Chapter 11: Problem 3
Why can we not guarantee that BCNF relation schemas will be produced by dependency-preserving decompositions of non-BCNF relation schemas? Give a counterexample to illustrate this point.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 11: Problem 3
Why can we not guarantee that BCNF relation schemas will be produced by dependency-preserving decompositions of non-BCNF relation schemas? Give a counterexample to illustrate this point.
All the tools & learning materials you need for study success - in one app.
Get started for free
What is meant by the attribute preservation condition on a decomposition?
What is a multivalued dependency? What type of constraint does it specify? When does it arise?
What is the lossless (or nonadditive) join property of a decomposition? Why is it important?
, YEAR, PRICE, MANUF_PLANT, COLOR), which is abbreviated as REFRIG(M, Y, P, MP, C), and the following set \(F\) of functional dependenci… # Consider the relation REFRIC(MODEL#, YEAR, PRICE, MANUF_PLANT, COLOR), which is abbreviated as REFRIG(M, Y, P, MP, C), and the following set \(F\) of functional dependencies: \(F=\\{M \rightarrow M P,\\{M, Y\\} \rightarrow P, M P \rightarrow C\\}\) a. Evaluate each of the following as a candidate key for REFRIG, giving reasons why it can or cannot be a key: \(\\{\mathrm{M}\\},\\{\mathrm{M}, \mathrm{Y}\\},\\{\mathrm{M}, \mathrm{C}\\}\) b. Based on the above key determination, state whether the relation REFRIG is in \(3 \mathrm{NF}\) and in BCNF, giving proper reasons. c. Consider the decomposition of REFRIG into \(D=\\{\mathrm{R} 1(\mathrm{M}, \mathrm{Y}, \mathrm{P}), \mathrm{R} 2(\mathrm{M}, \mathrm{MP}, \mathrm{C})\\}\) Is this decomposition lossless? Show why. (You may consult the test under Property LJ 1 in Section \(11.1 .4 .\)
What types of constraints are inclusion dependencies meant to represent?
What do you think about this solution?
We value your feedback to improve our textbook solutions.