I am studying for a test and would like to know if I am on the right track to get the following into 3NF with minimal number of keys for R:
Given relation R(A,B,C,D,E,F,G) and the functional dependencies f = {A->DE, E->BF, AB->FG, G->D, F->D}
how can I derive the minimal key(s) of R -> I thought of this f+={A→BDEFG, E→BF, G→D, F→D} but it is wrong I don;t know how
Is R in 3NF? If not decompose it into 3NF.
