English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

briefly explain with sql server query example

2006-07-18 18:04:19 · 2 answers · asked by saravanan 1 in Computers & Internet Programming & Design

2 answers

There are basically 3 types of normalization. 1rst (not normalized at all) 2cnd, and 3rd. It can go to 4rth and 5th too, but I've never seen it.

If you normalize a database it means to design it so that you try not to store redundant data. Instead of having on table or spreadsheet to hold info about everything, you would create several small tables - like a table called Customer - it just stores info about a customer. Items table, SalesOrder table ....

2006-07-18 18:52:10 · answer #1 · answered by timmytude 4 · 1 0

Normalization

Normalization is a design technique that is widely used as a guide in designing relational databases. Normalization is essentially a two step process that puts data into tabular form by removing repeating groups and then removes duplicated data from the relational tables.

For Basic Definition and Examples Refer:
http://www.databasejournal.com/sqletc/article.php/26861_1428511_3
http://www.webopedia.com/TERM/N/normalization.html

For Advanced Details Refer:
http://www.utexas.edu/its/windows/database/datamodeling/rm/rm7.html

2006-07-19 02:07:11 · answer #2 · answered by ♥HotIce♥ 3 · 0 0

fedest.com, questions and answers