what is Normalization means..?

Answer Posted / shivanibehere

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.

Normalization theory is based on the concepts of normal
forms. A relational table is said to be a particular normal
form if it satisfied a certain set of constraints. There
are currently five normal forms that have been defined. In
this section, we will cover the first three normal forms
that were defined by E. F. Codd.

Basic Concepts
The goal of normalization is to create a set of relational
tables that are free of redundant data and that can be
consistently and correctly modified. This means that all
tables in a relational database should be in the third
normal form (3NF). A relational table is in 3NF if and only
if all non-key columns are (a) mutually independent and (b)
fully dependent upon the primary key. Mutual independence
means that no non-key column is dependent upon any
combination of the other columns. The first two normal
forms are intermediate steps to achieve the goal of having
all tables in 3NF. In order to better understand the 2NF
and higher forms, it is necessary to understand the
concepts of functional dependencies and lossless
decomposition.

Is This Answer Correct ?    26 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you do sql tuning?

1602


What is replicaset?

591


List various types of log-based recovery in DBMS.

571


How to shrink a database?

544


How to do performance tunning a database in DB2 V8.2 UDB in linux

1845






Explain file manager?

617


What are the advantages of normalizing a database.

596


What does currency type mean in database?

720


What is the difference between primary and candidate key?

576


What is relational database with example?

541


What are different types of data models available? Explain with example?

663


How much does it cost to build a database?

569


What the various ways to tune a teradata query

2793


Can you create a database in word?

526


What is the difference between oracle and MS Access?

615