...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 746

Which of the following relation schemas is definitely in BCNF?

A
R1(A,B)
B
R4(A,B,C,D,E)
C
R3(A,B,C,D)
D
R2(A,B,C)
Question 746 Explanation: 
BCNF properties
1. BCNF is free from redundancy.
2. If a relation is in BCNF, then 3NF is also also satisfied.
3. Every Binary Relation ( a Relation with only 2 attributes ) is always in BCNF.
4. Sometimes going for BCNF form may not preserve functional dependency.
Correct Answer: A
Question 746 Explanation: 
BCNF properties
1. BCNF is free from redundancy.
2. If a relation is in BCNF, then 3NF is also also satisfied.
3. Every Binary Relation ( a Relation with only 2 attributes ) is always in BCNF.
4. Sometimes going for BCNF form may not preserve functional dependency.

Leave a Reply

Your email address will not be published. Required fields are marked *