What is normalization? Explain different levels of
normalization?

Answer Posted / vikram

The task of a database designer is to structure the data in
a way that eliminates unnecessary duplication and provides a
rapid search path to all necessary information. The process
of refining tables, keys, columns, and relationships to
create an efficient database is called normalization

because there is no redundant, neglected data and normalized
tables produce rapid, efficient joins.

There are 5 different normalization methods.

First Normal Form (1NF): Each field in a table must contain
different information.

Second Normal Form (2NF): All attributes that are not
dependent upon the primary key in a database table must be
eliminated.

Third Normal Form (3NF): No duplicate information is
permitted. So, for example, if two tables both require a
common field, this common field information should be
separated into a different table.

There are 2 more normalization forms, fourth normal form
(4NF) and fifth normal form (5NF), but they are rarely used.
Normalization makes databases more efficient and easier to
maintain.

Is This Answer Correct ?    121 Yes 22 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which table collections errors are stored.

1935


How to read and create .LDC data files which are used by linguatic dictionary.

2053


Hi , any one can help me on the same,this is regarding the Informatica Function doc,i want to know how developer is will develop the mapping. pl forwar the any function doc .just for my references. svlc75@yahoo.co.in

1581


The count() function always returns a int value type what should you do if you need to count rows from a query which you know will return a value that is too large for an int value type?

572


Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on

1813






I HAVE A PI ON COL A THE NEXT DAY I WANT CHANGE THE PI ON COL B? PLS SEND ME THE ANS

2412


Explain about the relational database?

606


What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?

586


What are the 18 schemas?

605


To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?

3427


How to use timestamp datatypes

1574


State the acid rules?

680


You are testing the performance of a query the first time you run the query, the performance is slow. the second time you run the query, the performance is fast. why is this?

523


What are the three types of database design?

538


What is a database development?

515