Consider the following schema for a student relation. Student {Student ID, Last Name, First Name, Course ID, Course Section, Course Name, Faculty_ID, Faculty Last Name, Faculty First Name, Faculty Building&Office #, Semester, Grade} Sample Data: A43469873, Clark, Mary, MSIS5663, 01, Data Warehousing, A98706724, Sarathy, Rathindra, BUS407, SP2022, A In a given semester (Note that there will be multiple semesters): A student may be enrolled in multiple courses, from multiple faculty, and receives a grade for each A faculty may teach multiple sections of multiple courses If you make any other assumptions, clearly state them here. a. Assuming that the table is in 1NF, identify all candidate key(s) and your choice of primary key. b. Identify the functional dependencies in the 1NF table above based on the chosen primary key, including any partial and transitive dependencies. (If necessary, clearly state your assumptions). In answering this, you ma
Consider the following schema for a student relation.
Student
{Student ID, Last Name, First Name, Course ID, Course Section, Course Name, Faculty_ID, Faculty Last Name, Faculty
First Name, Faculty Building&Office #, Semester, Grade}
Sample Data:
A43469873, Clark, Mary, MSIS5663, 01, Data Warehousing, A98706724, Sarathy, Rathindra, BUS407, SP2022, A
In a given semester (Note that there will be multiple semesters):
A student may be enrolled in multiple courses, from multiple faculty, and receives a grade for each
A faculty may teach multiple sections of multiple courses
If you make any other assumptions, clearly state them here.
a. Assuming that the table is in 1NF, identify all candidate key(s) and your choice of primary key.
b. Identify the functional dependencies in the 1NF table above based on the chosen primary key, including any
partial and transitive dependencies. (If necessary, clearly state your assumptions). In answering this, you may use
the format in question 1d.
c. After removing partial dependencies, show all tables, that are in 2NF.
For each table, give the name, the primary key attribute, foreign key(s) if any, and which primary key of which
table the foreign key(s) reference.
d. After removing transitive dependencies, show all tables, that are in 3NF.
For each table, give the name, the primary key attribute, foreign key(s) if any, and which primary key of which
table the foreign key(s) reference.
Answer:
our instruction is answer the first three part from the first part and I have given answered in the brief explanation
Trending now
This is a popular solution!
Step by step
Solved in 3 steps