60 likes | 87 Views
Learn how to translate an E-R schema into a relational schema, defining keys and null value possibilities for each attribute. Practice database design exercises.
E N D
Summary of Transformation Rules Database Design
...More Rules... Database Design
…Even More Rules... Database Design
…and the Last One... Database Design
Exercise • Translate the following E-R schema into a relational schema. For each relation indicate the key and, for each attribute, specify if null values can occur (supposing that the attributes of the E-R schema do not admit null values) Database Design
E-R schema A11 A12 A13 AR4 A31 E1 (0,1) (0,N) E3 R4 (0,N) (1,1) (0,N) (0,N) R5 R3 R1 A41 (1,1) (1,1) A21 (0,N) (1,1) E2 R2 E4 A22 Database Design