Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Try to separate out all of the information stored in the above Customer Sales list into outlines for three new tables called: Invoice, Product,


 

Try to separate out all of the information stored in the above Customer Sales list into outlines for three new tables called: Invoice, Product, and Customer. For each new table include only columns from the Customer Sales list that really belong to that new table. For example, the new Invoice table should only contain columns from the Book List that describe invoice specific attributes (e.g. Invoice #). The Product table should only include columns that really describe something about the product and the Customer table should only include customer information from the original Customer Sales list. In your listing of the new tables you do not have to list all the data in the Customer Sales list only the column headings. A few things to watch out for: 1. Make sure all the columns in your new tables are split up properly so they are atomic (i.e. store only one piece of information). 2. Make sure you clearly identify a primary key (i.e. a unique lookup) on every new table (it is ok to make up a new column if you want). 3. It is ok to rename or split up the original columns from the Customer Sales list but you cannot exclude away ANY of the original columns (for example, you cannot just exclude the Loyalty Program column).

Step by Step Solution

3.47 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

QUESTION Try to separate out all of the information stored in the above Customer Sales list into out... 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_2

Step: 3

blur-text-image_3

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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Databases questions