Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalize a set of data to 1st, 2nd and 3rd normal form by creating relational schemas, dependency diagrams and an Entity Relationship Diagram (crows foot

image text in transcribed

Normalize a set of data to 1st, 2nd and 3rd normal form by creating relational schemas, dependency diagrams and an Entity Relationship Diagram (crows foot notation).

For this Problem, be sure to complete each letter (a thru d) for the problem. The ERD for letter d must be completed with the use of Microsoft Visio.

Again, Please do all the Question With Microsoft Visio!

3. Using the INVOICE table structure shown in Table P6.3, do the following: TABLE P6.3 ATTRIBUTE SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE NAME INV_NUM PROD NUM AA-E3422QW SALE_DATE 15-Jan-2016 PROD LABEL Rotary sander VEND_CODE 211 VEND NAME NeverFail, Inc. QUANT_SOLD 1 PROD PRICE $49.95 211347 211347 QD-300932X 15-Jan-2016 0.25-in. drill bit 211 NeverFail, Inc. 8 $3.45 211347 RU-995748G 15-Jan-2016 Band saw 211348 AA-E3422QW 15-Jan-2016 Rotary sander 211 NeverFail, Inc. 211349 GH-778345P 16-Jan-2016 Power drill 157 ToughGo, Inc. 309 BeGood, Inc. 39.99 $49.95 $87.75 a. Write the relational schema, draw its dependency diagram, and identify all dependencies, including all partial and transitive dependencies. You can assume that the table does not contain repeating groups and that an invoice number ref erences more than one product. (Hint: This table uses a composite primary key.) b. Remove all partial dependencies, write the relational schema, and draw the new dependency diagrams. Identify the normal forms for each table structure you created. ote You can assume that any given product is supplied by a single vendor, but a vendor can supply many products. Therefore, it is proper to conclude that the following dependency exists: PRODNUM PRODLABEL PRODPRICE, VENDCODE, VENDNAME ----- (Hint: Your actions should produce three dependency diagrams.) c. Remove all transitive dependencies, write the relational schema, and draw the new dependency diagrams. Also identify the normal forms for each table struc- ture you created. d. Draw the Crow's Foot ERD

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

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago