Hello Everyone,
I am beginner to the database mangement system just started learning I want to learn about the Normalization and what are the purposes of normalization,Advantages and disadvantages of it
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.
Daniel JonesPosted Mar 20, 2017, 12:27 AM
Krishna Rajput SinghPosted Mar 20, 2017, 1:38 AM
What is Normalization
Normalization is the procedure to split the relation into relations with less attributes thereby minimizing the redundancy of the data and minimizing the insertions, deletions and updating. In other words we can say that the normalization is that process in which we renovate an un-normalized relation into relations. There is a sequence of stages or steps on which the normalization works. This sequence is called normal forms. The normal forms are relevant to entity relations. If the form satisfies a certain sets of constraints then a table or a relation comes to the particular normal form. There are above five normal forms. These are 1NF, 2NF, 3NF, 4NF and 5NF. Here NF stands Normal Form. It is very important for relational data model to consider that the first normal form (1NF) is very grave in creating the relations. Rests of all the forms are optional. There are some guidelines which help to create a good database. There is always a need for updating the database, so that there are three anomalies for data modification.
Advantages and Disadvantages of normalization
Advantages of normalization are as follows-
With these advantages there are some disadvantages of normalization given below-
Types of Normalization
There is a series of normal forms but the most commonly used normal forms are 1NF, 2NF and 3NF given below.
Ramesh PalanivelPosted Mar 20, 2017, 12:18 AM
Nitin SontakkePosted Mar 19, 2017, 11:01 PM
Nilesh ShahPosted Mar 19, 2017, 10:16 PM