in Databases
1,127 views
3 votes
3 votes
R(A, B, C, D)
FD: B->C, D->A

is the following decomposition in BCNF?

R1(B, C), R2(A, D), R3(C, D)
in Databases
by
1.1k views

4 Comments

if suppose we have dependency A->B, B->C, C->D and D-> A then according to this A,B,C and D all are the keys. and we don't require any extra decomposition. So it means above statement should be incorrect.
0
0
Yes, it dependents on the decomposition.
0
0

@aditi19 yes... 

0
0

1 Answer

0 votes
0 votes
No due to lossy the decomposion is not in BCNF.

for decomposition to be a loss less the common attribute between the decompossed relation must be the candidate key of any of the decompossed relation.