Consider a relation R (A, 8, C, D, E, F, G) with the following set of functional dependencies over
R:
F = {A->BC, B->D, C->EF, AC->G}
a) Find all the keys in relation R using attribute closure method
(A)+ includes all attributes {A,B,C,D,E,F,G}, is A a candidate key?
New contributor
Sammani Wimalarathna is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.