Find the candidate key for the given FD
Relation Schema: U(A,B,C,D,E,F)
FD's:
AC-->F
B-->D
AB-->CEF
ACE-->B
AEF-->BC
I found the candidate keys to be AB,ACE,ADEF.is this right? And I would greatly appreciate it if someone find a simpler way to find candidate keys
FD's:
AC-->F
B-->D
AB-->CEF
ACE-->B
AEF-->BC
I found the candidate keys to be AB,ACE,ADEF.is this right? And I would greatly appreciate it if someone find a simpler way to find candidate keys
0