The superkeys of one example look as follows: ABCF CDF ACDF BCDF ABCDF ABCEF CDEF ACDEF BCDEF ABCDEF
The output that contains all possible candidate keys: ABCF CDF
In the example above, how do you get the possible candidate keys output from that set of superkeys? I don't understand how to get that result, please help.