Buy Fundamentals of Database Systems, with E-book by Shamkant B. Navathe
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 > Fundamentals of Database Systems, with E-book: United States Edition
Fundamentals of Database Systems, with E-book: United States Edition

Fundamentals of Database Systems, with E-book: United States Edition


     0     
5
4
3
2
1



Out of Stock


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

This text combines explanations of theory and design, broad coverage of models and real systems and examples with up-to-date introductions to modern database technologies. This edition focuses on the relational model and includes recent object-oriented developments such as SQL3 and ODMG. The authors provide coverage of the popular DBMS products, in particular the relational systems Oracle and Microsoft Access. They also address advanced modelling and system enhancements in the areas of active databases, temporal and spatial databases and multimedia data models. This edition also surveys the latest application areas of data warehousing, data mining, digital libraries, GIS and genome databases. Each copy of this book comes with an electronic version of the text on an accompanying CD-ROM, allowing readers to highlight text, take notes on a page and more.

Table of Contents:
I. BASIC CONCEPTS. 1. Databases and Database Users. Introduction. An Example. Characteristics of the Database Approach. Actors on the Scene. Workers Behind the Scene. Advantages of Using a DBMS. Implications of the Database Approach. When Not to Use a DBMS. 2. Database System Concepts and Architecture. Data Models, Schemas, and Instances. DBMS Architecture and Data Independence. Database Languages and Interfaces. The Database System Environment. Classification of Database Management Systems. 3. Data Modeling Using the Entity-Relationship Model. Using High-Level Conceptual Data Models for Database Design. An Example Database Application. Entity Types, Entity Sets, Attributes, and Keys. Relationships, Relationship Types, Roles, and Structural Constraints. Weak Entity Types. Refining the ER Design for the COMPANY Database. ER Diagrams, Naming Conventions, and Design Issues. 4. Enhanced Entity-Relationship Modeling and Object Modeling. Subclasses, Superclasses, and Inheritance. Specialization and Generalization. Constraints and Characteristics of Specialization and Generalization. Modeling of UNION Types Using Categories. An Example UNIVERSITY EER Schema and Formal Definitions for the EER Model. Conceptual Object Modeling Using UML Class Diagrams. Relationship Types of Degree Higher Than Two. Data Abstraction and Knowledge Representation Concepts. 5. Record Storage and Primary File Organizations. Introduction. Secondary Storage Devices. Parallelizing Disk Access Using RAID Technology. Buffering of Blocks. Placing File Records on Disk. Operations on Files. Files of Unordered Records (Heap Files). Files of Ordered Records (Sorted Files). Hashing Techniques. Other Primary File Organizations. 6. Index Structures for Files. Types of Single-Level Ordered Indexes. Multilevel Indexes. Dynamic Multilevel Indexes Using B-Trees and B+Trees. Indexes on Multiple Keys. Other Types of Indexes. II. RELATIONAL MODEL, LANGUAGES, AND SYSTEMS. 7. The Relational Data Model, Constraints, and Relational Algebra. Relational Model Concepts. Relational Model Constraints and Relational Database Schemas. Update Operations on Relations and Dealing with Constraint Violations. Basic Relational Algebra Operations. Additional Relational Operations. Examples of Queries in the Relational Algebra. 8. SQL-The Relational Database Standard. Data Definition, Constraints, and Schema Changes in SQL2. Basic Queries in SQL. More Complex SQL Queries. Insert, Delete, and Update Statements in SQL. Views (Virtual Tables) in SQL. Specifying General Constraints as Assertions. Additional Features of SQL. 9. ER- and EER-to-Relational Mapping, and Other Relational Languages. Relational Database Design Using ER-to-Relational Mapping. Mapping EER Model Concepts to Relations. The Tuple Relational Calculus. The Domain Relational Calculus. Overview of the QBE Language. 10. Examples of Relational Database Management Systems: Oracle and Microsoft Access. Relational Database Management Systems: A Historical Perspective. The Basic Structure of the Oracle System. Database Structure and Its Manipulation in Oracle. Storage Organization in Oracle. Programming Oracle Applications. Oracle Tools. An Overview of Microsoft Access. Features and Functionality of Access. III. OBJECT-ORIENTED AND EXTENDED RELATIONAL DATABASE TECHNOLOGY. 11. Concepts for Object-Oriented Databases. Overview of Object-Oriented Concepts. Object Identity, Object Structure, and Type Constructors. Encapsulation of Operations, Methods, and Persistence. Type Hierarchies and Inheritance. Complex Objects. Other Object-Oriented Concepts. 12. Object Database Languages, Standards, Languages, and Design. Overview of the Object Model of ODMG. The Object Definition Language. The Object Query Language. Overview of the C Language Binding. Object Database Conceptual Design. Example of ODBMSs. Overview of the CORBA Standard for Distributed Objects. Overview of the O2 System. Overview of the ObjectStore System. 13. Object Relational and Extended Relational Databases. Evolution and Current Trends of Database Technology. The Informix Universal Server. Object-Relational Features of Oracle 8. An Overview of SQL3. Implementation and Related Issues for Extended Type Systems. The Nested Relational Data Model. IV. DATABASE DESIGN, THEORY, AND METHODOLOGY. 14. Functional Dependencies and Normalization for Relational Databases. Informal Design Guidelines for Relation Schemas. Functional Dependencies. Normal Forms Based on Primary Keys. General Definitions of Second and Third Normal Forms. Boyce-Codd Normal Form. 15. Relational Database Design Algorithms and Further Dependencies. Algorithms for Relational Database Schema Design. Multivalued Dependencies and Fourth Normal Form. Join Dependencies and Fifth Normal Form. Inclusion Dependencies. Other Dependencies and Normal Forms. 16. Practice of Database Design and Tuning. The Role of Information Systems in Organizations. The Database Design Process. Physical Database Design and its Tuning in Relational Databases. An Overview of Database Tuning in Relational Systems. Automated Design Tools. V. SYSTEM IMPLEMENTATION TECHNIQUES. 17. Database System Architecture and the System Catalog. System Architectures for DBMSs. Catalogs for Relational DBMSs. System Catalog Information in ORACLE. Other Catalog Information Accessed by DBMS Software Modules. Data Dictionary and Data Repository Systems. 18. Query Processing and Optimization. Translating SQL Queries into Relational Algebra. Basic Algorithms for Executing Query Operations. Using Heuristics in Query Optimization. Using Selectivity and Cost Estimates in Query Optimization. Overview of Query Optimization in ORACLE. Semantic Query Optimization. 19. Transaction Processing Concepts. Introduction to Transaction Processing. Transaction and System Concepts. Desirable Properties of Transactions. Schedules and Recoverability. Serializability of Schedules. Transaction Support in SQL. 20. Concurrency Control Techniques. Locking Techniques for Concurrency Control. Concurrency Control Based on Timestamp Ordering. Multiversion Concurrency Control Techniques. Validation (Optimistic) Concurrency Control Techniques. Granularity of Data Items and Multiple Granularity Locking. Using Locks for Concurrency Control in Indexes. Some Other Concurrency Control Issues. 21. Database Recovery Techniques. Recovery Concepts. Recovery Techniques Based on Deferred Update. Recovery Techniques Based on Immediate Update. Shadow Paging. The ARIES Recovery Algorithm. Recovery in Multidatabase Systems. Database Backup and Recovery from Catastrophic Failure. 22. Database Security and Authorization. Introduction to Database Security Issues. Discretionary Access Control Based on Granting/Revoking of Privileges. Mandatory Access Control for Multilevel Security. Introduction to Statistical Database Security. VI. ADVANCED DATABASE CONCEPTS AND EMERGING APPLICATIONS. 23. Enhanced Data Models for Advanced Applications. Active Database Concepts. Temporal Database Concepts. Spatial and Multimedia Databases. 24. Distributed Databases and Client-Server Architecture. Distributed Database Concepts. Data Fragmentation, Replication, and Allocation Techniques for Distributed Database Design. Types of Distributed Database Systems. Query Processing in Distributed Databases. Overview of Concurrency Control and Recovery in Distributed Databases. An Overview of Client-Server Architecture and Its Relationship to Distributed Databases. Distributed Databases in Oracle. Future Prospects of Client-Server Technology. 25. Deductive Databases. Introduction to Deductive Databases. Prolog/Datalog Notation. Interpretation of Rules. Basic Inference Mechanisms for Logic Programs. Datalog Programs and Their Evaluation. Deductive Database Systems. Deductive Object-Oriented Databases. Applications of Commercial Deductive Database Systems. 26. Data Warehousing and Data Mining. Data Warehousing. Data Mining. 27. Emerging Database Technologies and Applications. Databases on the World Wide Web. Multimedia Databases. Mobile Databases. Geographic Information Systems. Genome Database Management. Digital Libraries. Appendices. A: Alternative Diagrammatic Notations. B: Parameters of Disks. C: An Overview of the Network Data Method. D: An Overview of the Hierarchical Data Model.


Best Sellers


Product Details
  • ISBN-13: 9780201741537
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Pearson
  • Language: English
  • Spine Width: 42 mm
  • Weight: 1769 gr
  • ISBN-10: 0201741539
  • Publisher Date: 13 Nov 2001
  • Binding: SA
  • No of Pages: 1000
  • Sub Title: United States Edition
  • Width: 243 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Fundamentals of Database Systems, with E-book: United States Edition
Pearson Education (US) -
Fundamentals of Database Systems, with E-book: United States Edition
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.

Fundamentals of Database Systems, with E-book: United States Edition

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!