0 votes
in DBMS by
What is BCNF (Boyce-Codd Normal Form) in DBMS?

1 Answer

0 votes
by

A table is in Boyce-Codd normal form (BCNF) if and only if it is in 3NF and every

determinant is a candidate key.

...