10 likes | 85 Vues
Learn about the steps involved in achieving First Normal Form in database design, including breaking out repeating groups, moving them to another relation, copying original key attributes, and organizing remaining attributes in the original relation.
E N D
First Normal Form - what happens to the data 1: Break out repeating group (move to another relation) 2: Copy original key attribute to new relation 3: Remaining attributes left in original relation