Back to the 2019 paper

Module 2: Relational Query Languages & Design

20195m

Compute the closure of the following set F of functional dependencies for relation schema:
R = (A, B, C, D, E). A → BC, CD → E, B → D, E → A

List the candidate keys for R.

Similar questions