Question: 1 . Using the table description and business rules listed below answer or perform the following: a . Identify the Primary Key of the table
Using the table description and business rules listed below answer or perform the following:
a Identify the Primary Key of the table as it is currently shown.
b Identify all of the functional dependencies.
c Draw the dependency diagram for the tables
Normalize the relation to rd Normal Form NF
Include progression from NF to NF
a List the normalized tables using the standard table notation
Remember Chen andor Crows foot
Tablename Col ColColn
Primary Key:
Foreign Key:
b Draw the dependency diagrams for each of the tables.
Hint: you should have no less than four tables
c Provide an ER Diagram of the tables to be created
d Review pages in text
Using the CREATE TABLE command, create each of the normalized tables. Run a
DESCRIBE command for each table.
Include the PRIMARY KEY constraint for each table.
Include the FOREIGN KEY constraint for each table to which it applies.
Include the NOT NULL constraint for Student Name and Instructor Name.
Include the CHECK constraint for the Grade to ensure it is one of the acceptable values A B C D or F
Code INSERT commands to insert the data from the attached page into the tables you created in
Run SELECT FROM tablename; commands to check the contents of your tables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
