Back to the 2025 paper

Module 2: Relational Query Languages & Design

20254m

For relation R(A,B,C,D,E) functional dependencies are given as follows:

  • A \rightarrow BC
  • CD \rightarrow E
  • B \rightarrow D

Find candidate keys.

Similar questions