I am having issues proving functional dependencies with Armstrong's Axioms. I am struggling with this:
Let R(A,B,C,D,E) be a relation schema and F = {A→CD, C→E, B→D}
Prove: F: BC-> DE
What I have:
- Given B->D
- Augment C on 1, BC -> DC
- Decomposition on 2, BC -> D, BC -> C
- Transitivity on BC -> C, BC -> E
- Union on BC -> D and 4, BC -> DE
Unsure if this is a proper solution.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…