enter code hereI am Preparing for my database exam.
I have a question about finding the non-trivial functional dependency for R={A,B,C,D,E,F,G}
with the given set of functional dependencies as:
A->B
A->D
C->EA
F->G
The candidiate key in this case is CF since CF+=ABCDEFG
A non-trivial functional dependency could be C->B
Is this true?If not how to calculate non-trivial functional dependency and how to prove it using Armstrong Axioms
Thank you for your patience and time
Hint:
C->EAis equivalent to
C->EandC->A