Question
Easy

A relation in which every non-key attribute is fully functionally dependant on the primary key and which has no transitive dependencies is said to be in:

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

The correct option is (3): A relation is in the Third Normal Form (3NF) if and only if it satisfies two main conditions: first, it must be in 2NF, and second, no non-key attribute is transitively dependent on the primary key. The question explicitly combines these two fundamental requirements. The phrase "every non-key attribute is fully functionally dependant on the primary key" is the core definition of a relation being…Read More

A relation in which - HTET Level 3 | Clear Cutoff