Question
Easy

........... normal form is based on the concept of transitive dependency.

1
1 NF
2
3 NF
3
2 NF
4
All options are wrong
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter:
Topic:
Correct Answer
Option B
Explanation

The correct option is (2): The Third Normal Form (3NF) is specifically designed to eliminate transitive dependency, which is its defining characteristic in the database normalization process. A transitive dependency exists when a non-key attribute is functionally dependent on another non-key attribute, which, in turn, is functionally dependent on the primary key (e.g., A -\> B and B -\> C, therefore A -\> C is transitive). In a relational database,…Read More