Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalization Advanced Challenge To perform this activity, refer to the table structures in above figure and the table listings in SQL Developer. In this chapter,

Normalization Advanced Challenge
To perform this activity, refer to the table structures in above figure and the table listings in SQL Developer.
In this chapter, the normalization process was shown for just the BOOKS table. The other tables in the JustLee Books database are shown after normalization. Because the database needs to contain data for each customer's order, perform the steps for normalizing the following data elements to 3NF : Assume the unnormalized data in the list is stored in one table as below:
first name, last name, billing address, quantity, retail price, shipping address, order date, ship date
Consider following:
Customer's name and billing address
Quantity and retail price of each item ordered
Shipping address for each order
Date each order was placed and the date it was shipped
Provide your instructor with a list of the tables you have identified at each step of the normalization process (that is,1NF,2NF,3NF) and the attributes, or fields, in each table. Remember that each customer can place more than one order. each order can contain more than one item. and an item can appear on more than one order.
image text in transcribed

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

Oracle 10g SQL

Authors: Joan Casteel, Lannes Morris Murphy

1st Edition

141883629X, 9781418836290

More Books

Students also viewed these Databases questions