Total Pageviews

Tuesday, February 21, 2012

6B:Normalization and First Normal Form




  • First Normal form requires that there be no multivalued attributes
  • To check for 1NF, validate that each attribute has a single value for each instance of the entity.
  • If an  attribute has repeating values, create an additional entity and relate it to the original entity with a M:1 relationship

No comments:

Post a Comment