Hello,
I've done my homework about databases. It is even corrected, however at some points I disagree with the answers, can someone help me to get this cleared up?
Let R(XYZ) relation with attributes XYZ, if there is a X->Y (functional dependency), then the decomposition R(XY) and R(XZ) is lossless. (this is what it said in my assignment, not the point to argue about

)
Given R(ABCDE) and the functional dependencies:
A -> BCD,
BC-> D,
AD->DE.
Give the properties of the following decompositions:
- Is the following decomposition in BCNF?
- Is the following decomposition dependency preserving?
I had a really tough time to see wheter it was in BCNF, can someone show me how you can "see" whether it is in BCNF? And whether it is dependency preserving?
R(ABCD) R(ADE),
this one I thought it was not in BCNF and did preserve the functional dependencies. And I was correct, but can someone show me how it is suppose to be done? (checking for those properties?
Thanks!