InterviewSolution
Saved Bookmarks
| 1. |
Relation of project join normal form with multivalued dependencies in DBMS |
|
Answer» ong>Answer: Fourth normal form (4NF) is a level of database normalization where there are no non-trivial MULTIVALUED DEPENDENCIES other than a candidate key. It builds on the first three normal forms (1NF, 2NF and 3NF) and the Boyce-Codd Normal Form (BCNF). the table should not have any Multi-valued Dependency Hope it helps you mate.. |
|