Complete the sentence to define Third Normal Form (3NF).
A table is in Third Normal Form if it is in Second Normal Form and every non-prime attribute is [1] on the primary key.
Third Normal Form requires that all non-prime attributes depend directly on the primary key, not through another attribute.
Complete the sentence to identify a violation of 3NF.
If a non-prime attribute depends on another non-prime attribute, it causes a [1] dependency, violating 3NF.
Transitive dependency occurs when a non-prime attribute depends on another non-prime attribute, which violates 3NF.
Fix the error in the statement about 3NF.
3NF requires that every attribute is [1] on the whole primary key and no transitive dependencies exist.
3NF requires full functional dependency on the primary key and no transitive dependencies.
Fill both blanks to complete the 3NF condition.
A relation is in 3NF if it is in [1] and no non-prime attribute is [2] on another non-prime attribute.
3NF requires the relation to be in Second Normal Form and to have no transitive dependencies among non-prime attributes.
Fill all three blanks to describe 3NF requirements.
To be in 3NF, a table must be in [1], have no [2] dependencies, and every non-prime attribute must depend [3] on the primary key.
3NF requires the table to be in Second Normal Form, have no transitive dependencies, and all non-prime attributes to depend directly on the primary key.