Multiple choice

If every non key attribute is functionally dependent on the primary key, the relation will be in

  1. 1NF

  2. 2NF

  3. 3NF

  4. 4NF

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Third Normal Form (3NF) requires that every non-key attribute must be functionally dependent on the primary key, and there should be no transitive dependencies. This means that all non-key attributes are directly determined by the primary key alone.