...
Database-Management-System
August 29, 2024
Stop-and-Wait-ARQ
August 29, 2024
Database-Management-System
August 29, 2024
Stop-and-Wait-ARQ
August 29, 2024

Database-Management-System

Question 712
If a table is in BCNF and has no multivalued dependencies, then it is said to be in
A
3NF
B
2NF
C
4NF
D
5NF
Question 712 Explanation: 
BCNF
● A relation R is in BCNF if and only if it is in 3NF and no any prime attribute is transitively dependent on the primary key.
● An attribute C is transitively dependent on attribute A if there exist an attribute B such that A->B and B->C.
4NF
● A table is in the 4NF if it is in BCNF and has no multivalued dependencies.
Correct Answer: C
Question 712 Explanation: 
BCNF
● A relation R is in BCNF if and only if it is in 3NF and no any prime attribute is transitively dependent on the primary key.
● An attribute C is transitively dependent on attribute A if there exist an attribute B such that A->B and B->C.
4NF
● A table is in the 4NF if it is in BCNF and has no multivalued dependencies.

Leave a Reply

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