Hi all,
I have come here with a hope to learn from experts here.. Hope all will help me..
Have a nice day
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh Kumar TiwariPosted Dec 30, 2013, 1:31 AM
In relational database design, the process of organizing data to minimize redundancy. Normalization usually involves dividing a database into two or more tables and defining relationships between the tables. The objective is to isolate data so that additions, deletions, and modifications of a field can be made in just one table and then propagated through the rest of the database via the defined relationships.
There are three main normal forms, each with increasing levels of normalization:
There are additional normalization levels, such as Boyce Codd Normal Form (BCNF), fourth normal form (4NF) and fifth normal form (5NF). While normalization makes databases more efficient to maintain, they can also make them more complex because data is separated into so many different tables.
Satyapriya NayakPosted Dec 25, 2013, 1:38 AM
Tirthak ShahPosted Dec 25, 2013, 1:36 AM
http://www.sqlservercentral.com/blogs/abhijit_desai/2010/09/07/noramlization/