SØG - mellem flere end 8 millioner bøger:
Viser: Database Systems: the Complete Book - Pearson New International Edition
Database Systems: Pearson New International Edition Vital Source e-bog
Hector Garcia-Molina
(2013)
Database Systems: Pearson New International Edition Vital Source e-bog
Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
(2013)
Database Systems: Pearson New International Edition Vital Source e-bog
Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
(2013)
Database Systems: Pearson New International Edition Vital Source e-bog
Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
(2013)
Database Systems: the Complete Book
Pearson New International Edition
Hector Garcia-Molina, Jeffrey Ullman og Jennifer Widom
(2013)
Sprog: Engelsk
om ca. 15 hverdage
Detaljer om varen
- 2. Udgave
- Vital Source searchable e-book (Fixed pages): 1152 sider
- Udgiver: Pearson International (August 2013)
- ISBN: 9781292037301
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 90 day rentals (fixed pages): 1152 sider
- Udgiver: Pearson International (August 2013)
- Forfattere: Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
- ISBN: 9781292037301R90
Bookshelf online: 90 dage fra købsdato.
Bookshelf appen: 90 dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 365 day rentals (fixed pages): 1152 sider
- Udgiver: Pearson International (August 2013)
- Forfattere: Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
- ISBN: 9781292037301R365
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: 5 år fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 180 day rentals (fixed pages): 1152 sider
- Udgiver: Pearson International (August 2013)
- Forfattere: Hector Garcia-Molina, Jeffrey D Ullman og Jennifer Widom
- ISBN: 9781292037301R180
Bookshelf online: 180 dage fra købsdato.
Bookshelf appen: 180 dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Paperback: 1140 sider
- Udgiver: Pearson Education, Limited (Juli 2013)
- Forfattere: Hector Garcia-Molina, Jeffrey Ullman og Jennifer Widom
- ISBN: 9781292024479
For Database Systems and Database Design and Application courses offered at the junior, senior and graduate levels in Computer Science departments.
Written by well-known computer scientists, this introduction to database systems offers a comprehensive approach, focusing on database design, database use, and implementation of database applications and database management systems.
The first half of the book provides in-depth coverage of databases from the point of view of the database designer, user, and application programmer. It covers the latest database standards SQL:1999, SQL/PSM, SQL/CLI, JDBC, ODL, and XML, with broader coverage of SQL than most other texts. The second half of the book provides in-depth coverage of databases from the point of view of the DBMS implementor. It focuses on storage structures, query processing, and transaction management. The book covers the main techniques in these areas with broader coverage of query optimisation than most other texts, along with advanced topics including multidimensional and bitmap indexes, distributed transactions, and information integration techniques.
1.1 The Evolution of Database Systems
1.1.1 Early Database Management Systems
1.1.2 Relational Database Systems
1.1.3 Smaller and Smaller Systems
1.1.4 Bigger and Bigger Systems
1.1.5 Information Integration
1.2 Overview of a Database Management System
1.2.1 Data-Definition Language Commands
1.2.2 Overview of Query Processing
1.2.3 Storage and Buffer Management
1.2.4 Transaction Processing
1.2.5 The Query Processor
1.3 Outline of Database-System Studies
1.4 References for
Chapter 1
PART I: Relational Database Modeling 2 The Relational Model of Data
2.1 An Overview of Data Models
2.1.1 What is a Data Model?
2.1.2 Important Data Models
2.1.3 The Relational Model in Brief
2.1.4 The Semistructured Model in Brief
2.1.5 Other Data Models
2.1.6 Comparison of Modeling Approaches
2.2 Basics of the Relational Model
2.2.1 Attributes
2.2.2 Schemas
2.2.3 Tuples
2.2.4 Domains
2.2.5 Equivalent Representations of a Relation
2.2.6 Relation Instances
2.2.7 Keys of Relations
2.2.8 An Example Database Schema
2.2.9 Exercises for Section
2.2
2.3 Defining a Relation Schema in SQL
2.3.1 Relations in SQL
2.3.2 Data Types
2.3.3 Simple Table Declarations
2.3.4 Modifying Relation Schemas
2.3.5 Default Values
2.3.6 Declaring Keys
2.3.7 Exercises for Section
2.3
2.4 An Algebraic Query Language
2.4.1 Why Do We Need a Special Query Language?
2.4.2 What is an Algebra?
2.4.3 Overview of Relational Algebra
2.4.4 Set Operations on Relations
2.4.5 Projection
2.4.6 Selection
2.4.7 Cartesian Product
2.4.8 Natural Joins
2.4.9 Theta-Joins
2.4.10 Combining Operations to Form Queries
2.4.11 Naming and Renaming
2.4.12 Relationships Among Operations
2.4.13 A Linear Notation for Algebraic Expressions
2.4.14 Exercises for Section
2.4
2.5 Constraints on Relations
2.5.1 Relational Algebra as a Constraint Language
2.5.2 Referential Integrity Constraints
2.5.3 Key Constraints
2.5.4 Additional Constraint Examples
2.5.5 Exercises for Section
2.5
2.6 Summary of
Chapter 2
2.7 References for
Chapter 2 3 Design Theory for Relational Databases
3.1 Functional Dependencies
3.1.1 Definition of Functional Dependency
3.1.2 Keys of Relations
3.1.3 Superkeys
3.1.4 Exercises for Section
3.1
3.2 Rules About Functional Dependencies
3.2.1 Reasoning About Functional Dependencies
3.2.2 The Splitting/Combining Rule
3.2.3 Trivial Functional Dependencies
3.2.4 Computing the Closure of Attributes
3.2.5 Why the Closure Algorithm Works
3.2.6 The Transitive Rule
3.2.7 Closing Sets of Function