CS 425 Exam I Review

Exam Date: March 23, 2003

Review these concepts from the text, your homework and your class notes. They represent the material that may appear on the exam. Only the concepts on this review will be on the exam. The exam will last 75 minutes. The exam is closed book and closed notes.

 

Chapter 1 (All) Introduction to Database Systems sections

 

Chapter 2 (All) The Entity-Relationship Model

  1. Entity set
  2. Relationship entity set
  3. Attributes
  4. Indicate the primary key (for an entity set and a weak entity set)
  5. One-to-one relationship
  6. One-to-many relationship
  7. Many-to-many relationship
  8. Total participation
  9. Partial participation
  10. Weak entity set

 

Chapter 3 (All) The Relational Model

  1. Entity set
  2. Relationship entity set
  3. Attributes
  4. Primary key (for an entity set and a weak entity set)
  5. Total participation
  6. Partial participation
  7. Weak entity set

 

Chapter 4 (Sections 4.1-4.2) Relational Algebra

Union (È )

Intersection (Ç )

Cross-product or Cartesian product (X)

Difference (-)

Selection (s )

Projection (p )

Join ( )

Renaming (r )

Division (/)

 

Chapter 15 (Sections 15.1-15.7) Schema Refinement and Normal Forms