Question: 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 : 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 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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
