Question
Easy

If one attribute is determinant of second, which in turn is determinant of third, then the relation cannot be

1
Well-structured
2
1NF
3
2NF
4
3NF
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option D
Explanation

The correct option is (4): The relational structure described—where one attribute (let's call it A) determines a second attribute (B), and the second attribute (B) in turn determines a third attribute (C), or $A \\to B$ and $B \\to C$ — is the precise definition of a transitive dependency. The Third Normal Form (3NF) is a foundational rule in database normalization that specifically prohibits this type of dependency. A relation…Read More