(d) Consider a schema (A, B, C, D) with the functional dependencies AB C, CA, and C → D. Two possible decompositions of
Posted: Thu May 26, 2022 9:26 am
(d) Consider a schema (A, B, C, D) with the functional dependencies AB C, CA, and C → D. Two possible decompositions of the schema are: • (A, B, C) and (C,D). (A, C, D) and (B,C). For each of the decompositions, state whether it is in Boyce-Codd normal form? Justify your answer. For each of the decompositions, state whether it is lossless? Justify your answer. [10 marks]