Given the Relation R with attributes ABCDE. You are given the following dependencies: A -> B, BC -> E, and ED -> A. I already have the answer which is CDE, ACD, and BCD. I just need to know how to do it. Thanks.

link|improve this question

0% accept rate
feedback

1 Answer

CD is the candidate key, so ACD, BCD, CDE all can be candidate key. C,D do not appear in the right side of any functional dependencies that is why CD is candidate key. Below link will help u to understand this:
http://www.cs.newpaltz.edu/~pletcha/BuildingCandidateKeys.html

link|improve this answer
CD is not a candidate key. The attributes C and D do not appear on the right-hand side of any functional dependency. That doesn't mean CD is a candidate key. It means that every candidate key must include {CD}. – Catcall Apr 9 '11 at 10:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.