What is normalization and types of normalization?

Answer Posted / jasmine

Normalization is a process of designing the table(relation)
with the reduced redundancy and making clear whether the
attributes in a table is depend on the primary key or
dependencies make sense(ie:storing only the related datas
ito the table). This is achieved by normal forms.
Basic types of normal forms are,
1NF-first normal form(Eliminates duplicate or
repeating values)

2NF-second normal form(Eliminates redundant datas in
one or more tables)

3NF-Third normal form(Removing the columns that are
not truely depending on the primary key)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of stored procedures?

538


How bulk collect improves performance?

574


Explain the uses of a database trigger?

575


What does select top 1 do in sql?

544


What is pl sql quora?

650






How do you write a complex sql query?

591


What are the types of variables use in pl sql?

515


What does a pl/sql package consist of?

518


Does view contain data?

622


What is keys and its types?

547


What is pl/sql table? Why it is used?

568


What do you mean by rowid?

541


How many functions are there in sql?

544


How sql query is executed?

561


What do you mean by field in sql?

538