Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

you will write your solutions to problems A - G. You will turn in this assignment by uploading a PDF file that contains your answers.

you will write your solutions to problems A - G.

You will turn in this assignment by uploading a PDF file that contains your answers.

Using these relations:

CUSTOMER(CustomerID, LastName, FirstName, EmailAddress, EncryptedPassword, Address, City, State, ZIP, Phone, ReferredBy)

SALE(SaleID, CustomerID, InvoiceDate, PreTaxTotal, Tax, Total)

SALE_ITEM(SaleID, SaleItemID, PurchaseID, SalePrice)

PURCHASE(PurchaseID, PurchaseItem, PurchasePrice, PurchaseDate, VendorID)

VENDOR(VendorID, Vendor, Phone)

A.

1. List all functional dependencies.

2. List any multivalued dependencies.

3. List all candidate keys.

4. List all primary keys.

5. List all foreign keys.

6. State any assumptions you make as you list these components.

B. List questions you would ask the owners of the Queen Anne Curiosity Shop to verify your assumptions.

C. If there were any multivalued dependencies, create the tables needed to eliminate these dependencies.

D. Do these data have the multivlue, multicolumn problem? If so, how would you deal with it?

E. Do these data have the inconsistent data problem? If so, how would you deal with it?

F. Do these data have a null (missing) value problem? If so, how would you deal with it?

G.Do these data have the general--purpose remarks value problem? If so, how would you deal with it?

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

Introduction To Data Mining

Authors: Pang Ning Tan, Michael Steinbach, Vipin Kumar

1st Edition

321321367, 978-0321321367

More Books

Students also viewed these Databases questions