Saturday, February 22, 2014

Normalization in database design




1nf:  no repeating values and no repeating groups,
2nf( second normal form,)  mainly for composite key, no values based on just part of say half of a composite key,
 3nf:  none of your non-key values should be based on or determined from another non-key value.

No comments:

Post a Comment