InterviewSolution
Saved Bookmarks
| 1. |
What Is 3nf Normalization Form? |
|
Answer» Eliminate COLUMNS Not DEPENDENT On Key If attributes do not contribute to a description of the key, REMOVE them to a SEPARATE table. All attributes must be directly dependent on the primary key. Eliminate Columns Not Dependent On Key If attributes do not contribute to a description of the key, remove them to a separate table. All attributes must be directly dependent on the primary key. |
|