What is Heath’s Theorem?
If relation R has a set of attributes X (union) Y (union) Z and functional dependency Y –> Z then R == (pi).(X (union) Y) (R) (bowtie) (pi).(Y(union) Z) (R)
How to do the Chase test?
What is a problem with the BCNF-decomposition?
It does not preserve all FD’s
How to show dependency preservation?
What does LHS mean?
Left hand side
What does RHS mean?
Right hand side
What is the algorithm for 3NF?
How to find a 3NF violation in the FD’s?
Any FD where the LHS is not a superkey violates 3NF