I figured them out. But I'm utterly confused on these...we went over FDs but only for a minute or 2 in lecture and he gave us a huge assignment on this crap...
Show all work/explanations if possible.
Relation R{A,B,C,D,E,F} satisfies the following FDs:
AB->C
C->A
BC->D
ACD->B
BE->C
CE->FA
CF->BD
D->EF
Find an irreducible equivalent for this set of FDs.
Also,
Relation R{A,B,C,D,E,F,G,H,I,J} satisfies the following FDs:
ABD->E
AB->G
B->F
C->J
CJ->I
G->H
Is this an irreducible set? What are the candidate keys?