InterviewSolution
Saved Bookmarks
| 1. |
What Is 1nf Normalization Form? |
|
Answer» Eliminate Repeating Groups Make a separate table for each set of related attributes, and give each table a PRIMARY key. Each FIELD CONTAINS at most ONE value from its attribute DOMAIN. Eliminate Repeating Groups Make a separate table for each set of related attributes, and give each table a primary key. Each field contains at most one value from its attribute domain. |
|