InterviewSolution
Saved Bookmarks
| 1. |
What Is Bcnf Normalization Form? |
|
Answer» Boyce-Codd Normal Form If there are non-trivial DEPENDENCIES between candidate KEY ATTRIBUTES, SEPARATE them out into DISTINCT tables. Boyce-Codd Normal Form If there are non-trivial dependencies between candidate key attributes, separate them out into distinct tables. |
|