Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Using the INVOICE table structure shown in Table P6.3, do the following TABLE P6.3 ATTRIBUTESAMPLE VALUE SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE NAME INV
3. Using the INVOICE table structure shown in Table P6.3, do the following TABLE P6.3 ATTRIBUTESAMPLE VALUE SAMPLE VALUE SAMPLE VALUE SAMPLE VALUE NAME INV NUM PROD_NUM AA-E3422QW SALE_DATE PROD_LABEL Rotary sander VEND CODE211 VEND NAME NeverFail, Inc. QUANT_SOLD 1 PROD_PRICE $49.95 SAMPLE VALUE 211347 211347 QD-300932X 15-Jan-2016 0.25-in. drill bit 211 NeverFail, Inc. 211347 RU-995748G 15-Jan-2016 Band savw 309 BeGood, Inc. 211348 AA-E3422QW 15-Jan-2016 Rotary sander 211 NeverFail, Inc. 211349 GH-778345P 16-Jan-2016 Power drill 157 ToughGo, Inc 15-Jan-2016 $3.45 S39.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. 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 PROD_NUM-PROD_LABEL, PROD_PRICE, VEND CODE, VEND_NAME (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
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