Database Normalization
May 21, 2008 by Nathan Gardner · Leave a Comment
Database normalization is the practice of designing table structures for relational databases that prevent duplicate data and structual problems. A general rule of thumb is - whenever there are going to be multiple copies of data, they should be stored as Ids that point to a single copy of that bit of data. Read more


