| Author: vipul 06 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
Hi, here not enough space to explain please refer this link http://www.google.co.in/search?hl=en&rlz=1G1GGLQ_ENIN288&q=++What+is+normalization%3F&btnG=Search&meta=
vipul, http://dognavipul.blogspot.com
Patel Vipul Web Developer Ahmedabad ( Gujarat )
|
| Author: ANIL PANDEY 06 Aug 2008 | Member Level: Diamond | Rating: Points: 4 |
Please Refer the following links
http://www.coders2020.com/what-is-normalization-what-are-the-types-of-normalization-what-is-bcnf http://www.allinterview.com/showanswers/4986.html http://www.webopedia.com/TERM/N/normalization.html http://searchsqlserver.techtarget.com/sDefinition/0,,sid87_gci212669,00.html
Thanks Anil.
Thanks & Regards Anil Kumar Pandey
|
| Author: Muralee Krishnan.K 06 Aug 2008 | Member Level: Gold | Rating: Points: 5 |
Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table).
Different Normal From
1NF 2NF 3NF 4NF Check the following Link
http://databases.about.com/od/specificproducts/a/normalization.htm
Muralee Krishnan.K
|
| Author: UltimateRengan 06 Aug 2008 | Member Level: Diamond | Rating: Points: 3 |
hi, http://databases.about.com/od/specificproducts/a/normalization.htm http://www.devshed.com/c/a/MySQL/An-Introduction-to-Database-Normalization/
i hope this may help u
UltimateRengan nathan.rengan@gmail.com Trichy-Rider Group
|
| Author: Umar Abdullah 06 Aug 2008 | Member Level: Silver | Rating: Points: 3 |
The Normalization is the process of breaking complex data into simple relations. There are four types of normalization. 1.1st Normal Form 2.2nd Normal Form 3.3rd Normal Form 4.4rth Normal Form
|