9
49) A relation is in Boyce Codd Normal Form (BCNF) if and only if it is in 3NF and every
determinant is a candidate key.
50) Every time we break up a relation during the normalization process, we may have to create a
referential integrity constraint.
51) The essence of normalization is taking a relation that is not in BCNF and breaking it into
multiple relations such that each one is in BCNF.
52) When designing or normalizing relations, each relation should have only one theme.
53) A multivalued dependency exists when a determinant is matched to a set of values.
54) The multivalued dependency noted as A → → B, means that the value of A determines a set
of values of B.
55) A relation is in 4NF when multivalued dependencies are isolated in their own relation.