Question
Easy

In a relational schema R whenever a non-trivial functional dependency X->A holds in relation R, X is a super-key of relation R. Relation R is in _______. The most suitable choice to fill in the blank is:

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 A
Explanation

The correct option is (1): The statement provided, "whenever a non-trivial functional dependency X-\>A holds in relation R, X is a super-key of relation R," is the formal, defining condition for Boyce-Codd Normal Form (BCNF). BCNF is considered a stricter version of Third Normal Form (3NF). In BCNF, we essentially require that the left side of every non-trivial functional dependency, which is called the determinant, must be a superkey. The…Read More

In a relational schema - HTET Level 3 | Clear Cutoff