I am doing some research on this issue and cannot find the answer.
R = (A, B, C, D, E)
Functional Dependencies:
A => B ED => A BC => E
He then lists the candidate keys as:
ACD, BCD, CDE
How do these candidate keys come from the above FDs?
Similarly, where R = (A, B, C, D) :
Functional Dependencies:
D => B AB => D AB => CC=> A
He then lists the candidate keys as:
AB, BC, CD, AD
Again, my problem here is that I'm not sure how the candidate keys were obtained from FD?
Thank you in advance.
source share