Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following relational schema where each attribute is atomic: PRODUCT (id, name, color, brand, country, price, year) and a set of functional dependencies: SetOfFDs

Given the following relational schema where each attribute is atomic: PRODUCT (id, name, color, brand, country, price, year) and a set of functional dependencies: SetOfFDs = {price -> (id, name, brand, country), id-> name, (country, id, brand) -> (year, price),

name ->(id,colour)

 Find ALL candidate keys for the schema PRODUCT; show your work. GQ4) For each of the normal forms (1NF, 2NF, 3NF, BCNF), explain in detail why PRODUCT satisfies/does not satisfy with respect to the set of functional dependencies SetOfFDs. GQ5) Use the decomposition algorithm to obtain the lowest normal form that the schema PRODUCT does not satisfy with respect to SetOfFDs (for example, if your answer for the group question (GQ4) is that PRODUCT satisfies 1NF and 2NF, but does not satisfy 3NF and BCNF, then use the decomposition algorithm to decompose PRODUCT into the schemas each of which satisfies 3NF); show your work. For each resulting schema, give its complete set of functional dependencies and candidate keys. You must explain why each of your resulting schemas is in the desired normal form.



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_2

Step: 3

blur-text-image_3

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

Data Modeling and Database Design

Authors: Narayan S. Umanath, Richard W. Scammel

2nd edition

1285085256, 978-1285085258

More Books

Students also viewed these Databases questions

Question

b. Who is the program director?

Answered: 1 week ago

Question

What is a cluster entity type?

Answered: 1 week ago