Back to the 2019 paper

Module 2: Relational Query Languages & Design

20192m

Consider the relation scheme R = {E, F, G, H, I, J, K, L, M, N} and the set of functional dependencies {{E, F} → {G}, {F} → {I, J}, {E, H} → {K, L}, K → {M}, L → {N}} on R. What is the key for R?
(i) {E, F}
(ii) {E, F, H}
(iii) {E, F, H, K, L}
(iv) {E}

Similar questions