Minimal keys We have the attributes: {A, B, C, D, E, F}. > Consider the following functional dependencies A, E -> C C, E
Posted: Fri May 20, 2022 11:58 am
Minimal keys We have the attributes: {A, B, C, D, E, F}. > Consider the following functional dependencies A, E -> C C, E, F -> B B -> E C, E, F -> D D -> B, E B -> A, E Find all minimal keys. Write one minimal keys per line and the attributes separated by commas. For example, like: {A, B} {B,C,D}