What is normalization and types of normalization?

Answer Posted / r.arjunarao

Normalization means reduces redundancy unnecessary
repetition of data is NF
UnNormalization means intentional introduction redundancy to
a table to improve the performance is De-NF or Un-NF
1NF Any multiple values Attribute have been removed.
2NF Any partial functionality dependency have been removed.
3NF Any transitive functionality dependency have been removed.
4NF Any multi-values dependency have been removed.
5NF Any remaing anomalies have been removed.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Will truncate release space?

517


Which query operators in sql is used for pattern matching?

546


Is left join faster than inner join?

616


What is restrict in sql?

556


Is a view faster than a stored procedure?

545






What makes a good primary key?

524


Write a query to find the names of users that begin with "um" in sql?

505


Define a temp table?

553


What are the constraints available in sql?

580


What are some predefined exceptions in pl/sql?

550


Can we create clustered index without primary key?

523


How do you update a value in sql?

549


what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba

506


define sql update statement ? : Sql dba

576


What is a database trigger?

612