Posted by: moryadesigns on: September 8, 2009
Rules of Data Normalization 1NF Eliminate Repeating Groups – Make a separate table for each set of related attributes, and give each table a primary key. 2NF Eliminate Redundant Data – If an attribute depends on only part of a multi-valued key, remove it to a separate table. 3NF Eliminate Columns Not Dependent On [...]
Recent Comments