In which normal form are all non-key attributes fully functionally dependent on the primary key, and no transitive dependencies exist?

  • Boyce-Codd Normal Form (BCNF)
  • First Normal Form (1NF)
  • Second Normal Form (2NF)
  • Third Normal Form (3NF)
In the Third Normal Form (3NF), all non-key attributes are fully functionally dependent on the primary key, and no transitive dependencies exist. This form aims to eliminate redundancy and dependency issues in a relational database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *