ADDISON-WESLEY COMPUTING
SOLUTIONS MANUAL
FOR
FUNDAMENTALS
OF DATABASE
SYSTEMS
Fifth EDITION
Ramez Elmasri
Department of Computer Science Engineering
University of Texas at Arlington
Shamkant B. Navathe
College of Computing
Georgia Institute of Technology
CONTENTS
PART 1: INTRODUCTION AND CONCEPTUAL MODELING
Chapter 1: Database and Database Users
Chapter 2: Database System Concepts and Architecture
Chapter 3: Data Modeling Using the Entity-Relationship (ER) Model
Chapter 4: The Enhanced Entity-Relationship (EER) Model
PART 2: RELATIONAL MODEL: CONCEPTS, CONSTRAINTS, LANGUAGES, DESIGN AND PROGRAMMING
Chapter 5: The Relational Data Model and Relational Database Constraints
Chapter 6: The Relational Algebra and Relational Calculus
Chapter 7: Relational Database Design by ER-and EER-to-Relational Mapping
Chapter 8: SQL-99: Schema Definition, Constraints, Queries, and Views
Chapter 9: Introduction to SQL Programming Techniques
PART 3: DATABASE DESIGN THEORY AND M