Top users:

1. Nadeem
120
2. Brianna
96
3. Finley
87
4. Sigmund
87
5. Bishop
84
See all...
Win $50! Every month the top Seepedia user wins $50.

Question: Can someone please tell me about data normalization?

Asked by imojean (33 points) on Jul 29, 2009  under Internet & Computers 1 answers

thanks for your input.


Answers
user pic
jordanna (36 points)

on Jul 29, 2009

The process of removing anomalies from the database so that it would become consistence is called normalization process.Data normalization is the process of grouping the data elements into a set of tables representing entries, and their relationship. Here under are defined three steps, in the process of normalizing data:



First Normal Form:
It is the first step, demanding to remove any repeating groups from the relation. A relation is in the first normal form (1NF), if and only if, every attribute is single valued, for each table, i.e. each attribute in each row of the table contains only one value.



Second Normal Form:
This step is available to ensure that, if the relation has a composite key then data attribute in the relation should be functionally dependent upon the whole key and not just a part of key. A data attribute, which is functionally dependent upon just a part of composite key, should be removed to form a new relation.



Third Normal Form:
The third step is to remove any functional attributes, which are dependent upon other attributes and put them in the separate relation. When it has taken the data in third normal form, third normal form is perfectly adequate for almost any commercial DBMS.


Your Answer

Join or Login to Submit Your Answer

Register Login
   or   




* We'll send an email with a link to activate your account.

We'll publish your answer as soon as you activate your account.