Assignment #3: Complete Problems #5, #9 and #27 On Pages 186, 187 and 192 Respectively of The Text
Assignment #3: Complete Problems #5, #9 and #27 On Pages 186, 187 and 192 Respectively of The Text
StudenID: 9989060874
[email protected]
Assignment #3
Complete problems #5, #9 and #27 on pages 186, 187 and 192 respectively of
the Text.
5. Using the STUDENT table structure shown in P5.5, write the relational schema and
draw its dependency diagram. Identify all dependencies, including transitive
dependencies.
Transitive Dependencies:
(DEPT_CODE DEPT_NAME, DEPT_PHONE)
(ADVISOR_LNAME, ADVISOR_OFFICE, ADVISOR_BLDG
ADVISOR_PHONE)
Dependency Diagram
9. Using the answer to Problem 8, write the relational schema and create a set of
dependency diagrams that meet 3NF requirements. Rename attributes to meet the naming
conventions and create new entities and attributes as necessary.
27. Suppose you have been given the table structure and data shown in Table P5.27,
which was imported from an Excel spreadsheet. The data reflect that a professor can have
multiple advisees, can serve on multiple committees, and can edit more than one journal.
Note: Because EMP_NUM can be empty, name must be included in the primary key.