I've the following table to normalize:
R(a,b,c,d)
The functional dependencies are:
a ---> b
b ---> a
a,c ---> d
b,c ---> d
There are no keys defined.
How I can identify the candidate keys on the relation from the fds? My book has examples always with defined keys, but not like this.
Thank you.









Bookmarks