Answered step by step
Verified Expert Solution
Link Copied!

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:

  1. Discuss whether the tables you designed have satisfied 1NF, 2NF, and 3NF. Explain why or why not.
  2. Make changes if the tables do not meet the requirement of the 3NF.
  3. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Elements Of Chemical Reaction Engineering

Authors: H. Fogler

6th Edition

013548622X, 978-0135486221

More Books

Students also viewed these Databases questions

Question

-x/2 x/4 If A = -x/2 and A-1 =6 then x equals

Answered: 1 week ago