Answered step by step
Verified Expert Solution
Question
1 Approved Answer
DATABASE NORMALIZATION Improving Database Design through Normalization Continue improving the database (tables) you designed Here are your tasks: Discuss whether the tables you designed have
DATABASE NORMALIZATION
Improving Database Design through Normalization
Continue improving the database (tables) you designed Here are your tasks:
- Discuss whether the tables you designed have satisfied 1NF, 2NF, and 3NF. Explain why or why not.
- Make changes if the tables do not meet the requirement of the 3NF.
- Write Oracle SQL statements to create the tables you have designed, and populate the tables with data.
Expectations
Fulfill the following requirements in this assignment:
- Discuss the requirement for the first, second, and third normal form.
- Present reasons why or why not the tables in the database you designed have satisfied the three levels of normal form.
- Discuss what you are going to change so that all your tables satisfy at least the third normal form standard.
- Write SQL statements to create the structure of the tables, specify primary and foreign keys, and populate the data.
44 ProductID OrderDate ProductName PRODUCT ORDER UnitPrice Order No Places sells TransID CustomerID TransCode TRANSACTION orders CUSTOMER FirstName Name Customerld. LastName Address Phone 80%
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