Define bcnf. How does it differ from 3nf? Why is it considered a stronger form of 3nf.
Answers
Answered by
2
Answer:
The basic difference between 3NF and BCNF is that 3NF eliminates the transitive dependency from a relation and a table to be in BCNF, the trivial functional dependency X->Y in a relation must hold, only if X is the super key.
Answered by
1
Explanation:
bcnf is normal form in which for every one of tables non trivial function.
3nf is a normal form in which the table is in 2nf
Similar questions