How to normalize a database table
Database normalization helps us remove data redundancies and repetitions. It not only helps us save space (these days we don’t have much problem with space) it also helps us organize the data so that it can be conveniently retrieved as and when needed. There are four kinds of normal forms, viz, the first normal form, the second normal form, the third normal form and the Boyce Code normal form.
The process of normalization begins with the first normal form. The entire process is explained in this article.
Technorati Tags: database, normalization
You can leave a response, or trackback from your own site.



October 20th, 2008 at 2:16 pm
[...] Recent public urls tagged “normalform” → How to normalize a database table [...]