Tutorial_3_Chapter_03_The_Relational_Database_Model_Question
Tutorial_3_Chapter_03_The_Relational_Database_Model_Question
Chapter 3
The Relational Database Model
Review Questions
How would you convert this model into an ERM that displays only 1:M relationships? (Make
sure that you draw the revised ERM.)
Chapter 3 The Relational Database Model
5. Use the database composed of the two tables shown in Figure Q3.22
to answer Questions 6-9.
9. Create the relational diagram to show the relationship between DIRECTOR and PLAY.
Problem Solutions
1. For each table, identify the primary key and the foreign key(s). If a table does not have a
foreign key, write None in the space provided.
STORE
REGION
2. Do the tables exhibit entity integrity? Answer yes or no and then explain your answer.
Chapter 3 The Relational Database Model
STORE
REGION
3. Do the tables exhibit referential integrity? Answer yes or no and then explain your answer.
Write NA (Not Applicable) if the table does not have a foreign key.
STORE
REGION
5. Create the Crow’s Foot ERD to show the relationship between STORE and REGION.
6. Create the relational diagram to show the relationship between STORE and REGION.
7. Describe the type(s) of relationship(s) between EMPLOYEE and STORE. (Hint: Each store
employs many employees, one of whom manages the store.)
8. Draw the Crow’s Foot ERD to show the relationships among EMPLOYEE, STORE, and
REGION.
9. Create the relational diagram to show the relationships among EMPLOYEE, STORE, and
REGION.