Question: 1 . Using the table description and business rules listed below answer or perform the following: a . Identify the Primary Key of the table

1. 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 table(s)
2. Normalize the relation to 3rd Normal Form (3NF).
Include progression from 1NF to 3NF
a. List the normalized tables using the standard table notation
(Remember Chen and/or Crows foot)
Tablename (Col1, Col2......Coln)
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 E-R Diagram of the tables to be created
d. Review pages 208212 in text
3. 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 5 acceptable values (A, B, C, D, or F).
4. Code INSERT commands to insert the data from the attached page into the tables you created in 2.
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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!