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 123456300 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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
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
Hi: Here are some resources for further reading about normalization…
What is normalization?
http://searchoracle.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid41_gci1219510,00.html
Learning Guide: RDBMS fundamentals
http://searchoracle.techtarget.com/generic/0,295582,sid41_gci1087688,00.html
More:
http://searchoracle.techtarget.com/search/1,293876,sid41,00.html?filter=on&query=normalization&ctype=ALL&anum=&within=text&psrc=SSM
Good luck, Tim