Assignment 1
Assignment 1
For the following requests, pack your answers into the zip file Assignment1_AccountName.zip
then handle to the evaluator via email ([email protected]).
Question 1:
Consider the following relations for a database that manage book information in library. The
information include: Book title, Author, Publisher, Category and Book format.
Note:
Draw a relational schema diagram specifying the foreign keys for this schema.
Question 2:
Given the Invoice table with following initial structure (Primary Key is mark post-fix with #)
Please:
1. Normalize that table structure to the first, second and third normalization forms
2. Draw relational schema diagram for the tables defined in the third normalization form
above