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

how to convert character strings to numeric values? : Sql dba

674


Which join is like an inner join?

610


What is the sql*loader? : aql loader

671


What is the source code of a program?

616


how to run 'mysql' commands from a batch file? : Sql dba

683






Show the cursor attributes of pl/sql.

701


What is difference between left and right outer join?

624


What is embedded sql what are its advantages?

593


Is sql microsoft?

624


how to present a past time in hours, minutes and seconds? : Sql dba

651


What is sql in oracle?

703


What if we write return in procedure?

872


What is the difference between partitioning and sharding?

619


what is bcp? When is it used?

671


Does sql between include endpoints?

650