Boyce-Codd Normal Form (BCNF)A relation R is in BCNF if and only if for every dependency, X → Y, at least one of the following is true:
Superset of a candidate key.
In other wordsIn a BCNF relation, the LHS of FDs are superkeys.ExampleLessBadAlbum is not BCNF.
|