Hello there
I am having a tough time figuring out how to do one of the questions on my assignment.
Given schema R with attributes {A,B,C,D,E,F,G,H} and functional dependencies:
{
G->B
AB->D
DE->C
GF->H
BD->E
AH->F
CE->A
AD->H
GF->D
}
I have to prove that the following decomposition...