Question:

Which is the candidate key for the relation R(ABCDE) with functional dependencies F=A→BC, B→D, CD→E, E→A?
 

Show Hint

Understanding candidate keys and functional dependencies is crucial in database normalization to ensure data integrity and reduce redundancy.
Updated On: Jun 16, 2025
  • A
  • CD
  • B
  • E
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

From the given functional dependencies, we can derive that \( A \) is sufficient to determine all attributes. Since \( A \to BC \), and \( B \to D \), and \( E \to A \), all attributes are covered by \( A \). Therefore, \( A \) is a candidate key.
Was this answer helpful?
0
0