Introduction to Database Systems/E-book / Edition 7

Hardcover (Print)
Used and New from Other Sellers
Used and New from Other Sellers
from $3.47
Usually ships in 1-2 business days
(Save 96%)
Other sellers (Hardcover)
  • All (4) from $3.47   
  • New (1) from $80.0   
  • Used (3) from $3.47   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$80.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
Page 1 of 1
Showing All
Close
Sort by

More About This Textbook

Product Details

  • ISBN-13: 9780201787221
  • Publisher: Pearson Education
  • Publication date: 1/28/2000
  • Edition description: Older Edition
  • Edition number: 7
  • Product dimensions: 7.72 (w) x 9.50 (h) x 1.58 (d)

Table of Contents

PART I. PRELIMINARIES.

1. An Overview of Database Management.
Introduction.
What is a database system?
What is a database?
Why database?
Data independence.
Relational systems and others.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

2. Database System Architecture.
Introduction.
The three levels of the architecture.
The external level.
The conceptual level.
The internal level.
Mappings.
The database administrator.
The database management system.
The data communications manager.
Client/server architecture.
Utilities.
Distributed processing.
Summary.
Exercises.
Reference and bibliography.

3. An Introduction to Relational Databases.
Introduction.
An informal look at the relational model.
Relations and relvars.
What relations mean.
Optimization.
The catalog.
Base relvars and views.
Transactions.
The suppliers and parts database.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

4. An Introduction to Sql.
Introduction.
Overview.
The catalog.
Views.
transactions.
Embedded SQL.
SQL is not perfect.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

PART II. THE RELATIONAL MODEL.

5. Domains, Relations, and Base Relvars.
Introduction.
Domains.
Relation values.
Relation variables.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

6. Relational Algebra.
Introduction.
Closure revisited.
Syntax.
Semantics.
Examples.
What is the algebra for?
Additional operators.
Grouping and ungrouping.
Relational comparisons.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

7. Relational Calculus.
Introduction.
Tuple calculus.
Examples.
Calculus vs. algebra.
Computational capabilities.
Domain calculus.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

8. Integrity.
Introduction.
Type constraints.
Attribute constraints.
Relvar constraints.
Database constraints.
The Golden Rule.
State vs. transition constraints.
Keys.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

9. Views.
Introduction.
What are views for?
View retrievals.
' View updates.
Snapshots (a digression).
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

PART III. DATABASE DESIGN.

10. Functional Dependencies.
Introduction.
Basic definitions.
Trivial and nontrivial dependencies.
Closure of a set of dependencies.
Closure of a set of attributes.
Irreducible sets of dependencies.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

11. Further Normalization I: 1nf, 2nf, 3nf, Bcn.
Introduction.
Nonloss decomposition and functional dependencies.
First, second, and third normal forms.
Dependency preservation.
Boyce/Codd normal form.
A note on relation-valued attributes.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

12. Further Normalization Ii: Higher Normal Forms.
Introduction.
Multi-valued dependencies and fourth normal form.
Join dependencies and fifth normal form.
The normalization procedure summarized.
A note on denormalization.
Orthogonal design (a digression).
Other normal forms.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

13. Semantic Modeling.
Introduction.
The overall approach.
The E/R model.
E/R diagrams.
Database design with the E/R model.
A brief analysis.
Summary.
Exercises.
Reference and bibliography.

PART IV: TRANSACTION MANAGEMENT.

14. Recovery.
Introduction.
Transactions.
Transaction recovery.
System recovery.
Media recovery.
Two-phase commit.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

15. Concurrency.
Introduction.
Three concurrency problems.
Locking.
The three concurrency problems revisited.
Deadlock.
Serializability.
Isolation levels.
Intent locking.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

PART V. FURTHER TOPICS.

16. Security.
Introduction.
Discretionary access control.
Mandatory access control.
Statistical databases.
Data encryption.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

17. Optimization.
Introduction.
A motivating example.
An overview of query processing.
Expression transformation.
Database statistics.
A divide and conquer strategy.
Implementing the relational operators.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

18. Missing Information.
Introduction.
An overview of the 3VL approach.
Some consequences of the foregoing scheme.
Nulls and keys.
Outer join (a digression).
Special values.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

19. Type Inheritance.
Introduction.
Type hierarchies.
Polymorphism and substitutability.
Variables and assignments.
Specialization by constraint.
Comparisons.
Operators, versions, and signatures.
Is a circle an ellipse?
Specialization by constraint revisited.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

20. Distributed Databases.
Introduction.
Some preliminaries.
The twelve objectives.
Problems of distributed systems.
Client/server systems.
DBMS independence.
SQL facilities.
Summary.
Exercises.
Reference and bibliography.

21. Decision Support.
Introduction.
Aspects of decision support.
Database design for decision support.
Data preparation.
Data warehouses and data marts.
Online analytical processing.
Data mining.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

22. Temporal Databases.
Introduction.
Temporal data.
What is the problem?
Intervals.
Interval types.
Scalar operators on intervals.
Aggregate operators on intervals.
Relational operators involving intervals.
Constraints involving intervals.
Update operators involving intervals.
Database design considerations.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

23. Logic-Based Databases.
Introduction.
Overview.
Propositional calculus.
Predicate calculus.
A proof-theoretic view of databases.
Deductive database systems.
Recursive query processing.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

PART VI. OBJECT AND OBJECT/RELATIONAL DATABASES.

24. Object Databases.
Introduction.
Objects, classes, methods, and messages.
A closer look.
A cradle-to-grave example.
Miscellaneous issues.
Summary.
Exercises.
Reference and bibliography.
Answers to selected exercises.

25. Object / Relational Databases.
Introduction.
The First Great Blunder.
The Second Great Blunder.
Implementation issues.
Benefits of true rapprochement.
Summary.
Reference and bibliography.

Appendixes.
Appendix A: SQL Expressions.
Introduction.
Table expressions.
Conditional expressions.
Scalar expressions.

Appendix B: An Overview of SQl3.
Introduction.
New data types.
Type inheritance.
Reference types.
Subtables and supertables.
Other features.

Appendix C: Abbreviations, Acronyms, and Symbol.
Index.
Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)