Consider the relation schema R=(A, B, C, D) with functional dependency F as follows
A BC
B D
D B
Show a decomposition of R into R1 and R2 so that each relation of the decomposition is
in BCNF and also dependency preservation is achieved.
The relation has transitive dependence: , .
So, the decomposition with relations in BCNF is:
The decomposition is dependency preserving because:
Comments