I Have this R(A,B,C,D,E) which have FD's : A->B, CD->E, E->A, B->D for this question I am required to find the minimal keys for R. To which I think I have this calculated as CA, CB, CD or CE (all optional).
second part of this question: R(A,B,C,D) with FD's : A->B, B->C, C->D, D->A For this part I am required to list all candidate keys but I cannot seem to find how to do this that differs from my first method of the 3 columns. (Unless the three column method does not work for minimal keys?
Thanks