Answered step by step
Verified Expert Solution
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 : 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
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