Question:medium

A relation R is in 3NF if every non-prime attribute of R is:

Show Hint

A famous mnemonic for normalization: "The data must depend on the key [1NF], the whole key [2NF], and nothing but the key [3NF], so help me Codd."
Updated On: Jul 4, 2026
  • Partially dependent on the primary key.
  • Non-transitively dependent on every candidate key.
  • Functionally dependent on a non-key attribute.
  • Multi-valued.
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0