Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2 . Normalize the relation to 3 rd Normal Form ( 3 NF ) . Include progression from 1 NF to 3 NF a .
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.
Your submittaloutput to hand in should include: with no less than ten pages
Question part a: Primary Key columns
Question part b: Dependency Diagram
Question Part a: List of normalized table descriptions
Question Part b: Dependency diagrams for the normalized tables
Question Part c: ER Diagram of the tables to be created Chen and Crows feet
Question Part d: UML Diagrams of the tables to be created
See pages
Question : Print out of the CREATE TABLE commands & results.
Question : Print out of the DESCRIBE table commands & resulting SQL message.
Question : Print out of the INSERT commands & Resulting SQL message.
Question : Print out of the SELECT FROM tablename listing and SQL results.
STUDENT TABLE
Student Student Student Student Course Course Instructor Instructor Instructor StuCrse
ID Name Address Major ID Title ID Name Office Grade
Williams Books CIS CIS Database Codds B A
Williams Books CIS CIS Systems Anal Parsons B B
Bakker Philips Acct CIS Database Codds B C
Bakker Philips Acct Acc Fund of Acctg. Mills H B
Bakker Philips Acct Mkt Into to Mktg Bennett B A
White Brooks Math Mth College algebra Hilbert M B
White Brooks Math Acc Fund of Acctg Mills H A
Business Rules:
see page in Database Systems Text Figure
Only one class is taught for each course ID
Students may take up to courses.
Each course may have a maximum of students.
Each course is taught by only one Instructor.
Each student may have only one major.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started