Buy An Introduction to Database Systems at Bookstore UAE
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Databases > An Introduction to Database Systems
An Introduction to Database Systems

An Introduction to Database Systems


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

authoritative resource for readers interested in gaining insight into and understanding of the principles of database systems. This exciting revision continues to provide a solid grounding in the foundations of database technology and to provide some ideas as to how the field is likely to develop in the future. The material is organized into six major parts. Part I provides a broad introduction to the concepts of database systems in general and relational systems in particular. Part II consists of a careful description of the relational model, which is the theoretical foundation for the database field as a whole. Part III discusses the general theory of database design. Part IV is concerned with transaction management. Part V shows how relational concepts are relevant to a variety of further aspects of database technologyPsecurity, distributed databases, temporal data, decision support, and so on. Finally, Part VI describes the impact of object technology on database systems. This Seventh Edition of An Introduction to Database Systems features widely rewritten material to improve and amplify treatment of several topics, including: *Revised and expanded material on the relational model, particularly the sections on types (domains), relation values vs. relation variables, integrity, predicates, and views * New material on relation-valued attributes, denormalization, orthogonal design, and alternative approaches to semantic modeling (including "business rules") * Complete new chapters covering type inheritance, decision support, and temporal databases * Two new appendixes, one on detail of SQL and one on SQL3 Readers of this book will gain a strong working knowledge of the overall structure, concepts, and objectives of database systems and will become familiar with the theoretical principles underlying the construction of such systems.

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.

About the Author :
C. J. Date is an independent author, lecturer, researcher, and consultant specializing in relational database systems, a field he helped pioneer. Among other projects, he was involved in technical planning for the IBM products SQL/DS and DB2. He is best known for his books, in particular, An Introduction to Database Systems (7th edition, Addison-Wesley, 2000), the standard text in the field, which has sold well over half a million copies worldwide. Mr. Date is widely acknowledged for his ability to explain complex technical material in a clear and understandable fashion. 0201385902AB04062001

Review :
"Chris Date is the computer industry's most respected expert and thinker on database technology, and his book An Introduction to Database Systems continues to be the definitive work for those wanting a comprehensive and current guide to database systems." — Colin J. White, Founder, DataBase Associates International, Inc. "...both an indispensable read and an indispensable reference. No serious information systems or database practitioner should be without this book." — Declan Brady, MBCS, Systems Architect and Database Specialist, ICL "[The book's] greatest appeal is its comprehensiveness and the fact that it is very up-to-date with research developments. The latter factor is due mainly to [Date's] involvement with these developments, which gives him a unique opportunity to write about them." — David Livingstone, University of Northumbria at Newcastle "A truly comprehensive, state-of-the-art coverage of the Relational Model, written in the clear and precise style that characterizes Date." — Sudha Ram, University of Arizona "The author's deep insights into the area, informal treatment of profound topics, open-ended discussions of critical issues, comprehensive and up-to-date contents, as well as rich annotations on bibliography have made the book most popular in the database area for more than two decades. — Qiang Zhu, The University of Michigan-Dearborn "C. J. Date's book presents, SQL facilities more clearly and in greater detail than other books. Readers can learn both theorems and acquire knowledge for practical work from this book." — Huizhu Lu, Oklahoma State University "One thing which I have always found good about Date's text is the set of references at the end of each chapter. These references reflect both historical and recent research and provide a good source of information for the interested reader." — Tim Hartley, Rensselaer Polytechnic Institute at Hartford


Best Sellers


Product Details
  • ISBN-13: 9780201385908
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Height: 242 mm
  • No of Pages: 938
  • Weight: 1676 gr
  • ISBN-10: 0201385902
  • Publisher Date: 09 Sep 1999
  • Binding: Hardback
  • Language: English
  • Spine Width: 40 mm
  • Width: 200 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
An Introduction to Database Systems
Pearson Education (US) -
An Introduction to Database Systems
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

An Introduction to Database Systems

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!