Develop database tables using a relational database system
The following table (Attached) shows a table called Grade Report for a university. The existing functional dependencies are described as follows:
Student_ID -> Student_Name, Major
Course_ID -> Course_Title, Instructor_Name, Instructor_Location
Student_ID, Course_ID -> Grade
Instructor_Name -> Instructor_Location
What I need help doing is the following:
1. Drawing a dependency diagram. Included is an example on the pdf file
2.Decomposing the table into a set of 3NF tables, and describing the process to decompose the table.
3.Drawing an ER diagram based on the decomposed tables (ERD model) entity-relationship model or entity-relationship diagram (ERD) .
The table is attached, thanks in advance!!
Attached file(s):
Pages from Dependency example Page of pdf a.pdf
View File