Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

Question

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).

Sample New Table Listing for Invoice:

Invoice(Invoice#, etc)

Primary Key: Invoice#

NOTE: The etc here denotes the rest of the properly associated, atomic columns that should be grouped under their correct table. You should not have the same column in more than one table!

Customer Sales

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

Advances In Databases And Information Systems 14th East European Conference Adbis 2010 Novi Sad Serbia September 2010 Proceedings Lncs 6295

Authors: Barbara Catania ,Mirjana Ivanovic ,Bernhard Thalheim

2010th Edition

3642155758, 978-3642155758

More Books

Students also viewed these Databases questions