Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the relation schema R = (N, Y, P, M, C) and assume that the following set of functional dependencies hold on R: F =

Consider the relation schema R = (N, Y, P, M, C) and assume that the following set of functional dependencies hold on R: F = { N M, NY P, M C} The letters can be interpreted as follows: R = (Model_Number, Year, Price, Manufacturing_Plant, Color).

1.Give a lossless-join decomposition of R into Boyce-Codd normal form. Make sure to use the algorithm to show all details.

2.Does your decomposition preserve functional dependencies? Justify your answer.

3.Is R in 3NF?

4.Show that the functional dependency NY P does not contain extraneous attributes.

5.Show that F is already in canonical cover form.

6.Use the algorithm to find a lossless-join and dependency preserving decomposition of R into 3NF. Make sure to show all details.

7.Consider the decomposition d = (R1, R2) where R1 = (N, Y, P) and R2 = (N, M, C). Is this decomposition lossless-join? Make sure to justify your answer and to show all details.

8.Consider the decomposition d = (R1, R2, R3) where R1 = (N, M), R2 = (M, C) and R3 = (P, Y). Is this decomposition dependency preserving? Make sure to justify your answer and to show all details.

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

Informix Database Administrators Survival Guide

Authors: Joe Lumbley

1st Edition

0131243144, 978-0131243149

More Books

Students also viewed these Databases questions