Hey,
I'm just revising for a database exam and can't remember how to work out if a decomposition is non loss:
Code:
Relation T defined over attributes A,B,C,D,E
Functional Dependancies:
B->E
E->A
A->D
D->E
Determine if decomposition of T into AB, BCD, ADE will be non-loss.
Apparently this decomposition IS non loss.. but I can't tell how..
(What to look for.. what to match...)
According to the notes I made, the transitive dependencies, B -> A and D -> A are handy too
Thanks for any help.