Question:

A relation \(R(A,B,C,D)\) with functional dependencies A→B, B→C is in _______ .
 

Show Hint

To bring a relation into 3NF, remove transitive dependencies and ensure that every non-prime attribute is non-transitively dependent on every key.
Updated On: Jun 16, 2025
  • 1NF but not 2NF
  • 2NF but not 3NF
  • 3NF but not BCNF
  • BCNF
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

In this case, the functional dependency A→B and B→C violates 3NF because B is a non-prime attribute determining another non-prime attribute (C). The relation satisfies 2NF but not 3NF.
Was this answer helpful?
0
0