Database Management Systems (DBMS)
Select the correct name for: a normalization level in which a table is in second normal form and has no transitive dependencies on the primary key.
- A. NoSQL database
- B. Data warehouse
- C. Third normal form (3NF) ✓
- D. Referential integrity
Correct answer
C. Third normal form (3NF)
Explanation
Third normal form (3NF) refers to a normalization level in which a table is in second normal form and has no transitive dependencies on the primary key.