0 pts.
 what is normalization
what is normalization

Software/Hardware used:
ASKED: September 18, 2007  7:05 AM
UPDATED: September 27, 2007  12:42 PM

Answer Wiki:
Bacially it is when you create a database and organize it into tables to get consistent results. You can see the <a href="http://searchsqlserver.techtarget.com/sDefinition/0,,sid87_gci212669,00.html">Whatis.com definition here</a>
Last Wiki Answer Submitted:  September 19, 2007  4:23 pm  by  123456   300 pts.
All Answer Wiki Contributors:  123456   300 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Normalization is a process of decomposing a table losslessly into various tables inorder to remove Insert/Update/Delete anamolies, if any in the given table. There are various Normal forms like First Normal Form (1NF), 2NF, 3NF, BCNF, 4NF and 5NF

 0 pts.