Given the following functional dependencies (FDs):
• A -> B, C
• A, B -> D
• C, E -> F
Determine whether the following splits are in BCNF. Explain your reasoning, step by step, for
how you know it is / isn't in BCNF. (Hint: Write your explanation as if I don't already know how
to test for BCNF and you're using this example to explain it to me.)
Question 3.1
Split:
• R (A, B, C, D)
• S (C, E, F)
Question 3.2
• T (A, B, D)
• U (A, B, C, E, F)