Thanks guys for all your inputs. This is the correct solution:
To prove R1(A,B,C,D), R2(C,D,E,F), R3(E,F,G,H) are all in BCNF, compute the closure for all possible
subsets of Ri.
• For R1(A,B,C,D)
• Closures of attribute sets:
– (A)+
F = A
– (B)+
F = B
– (C)+
F = C
– (D)+
F = D
– (AB)+
F =...