What is normalization and types of normalization?

Answer Posted / sripathi venkata ramesh

I am Sripathi Venkata Ramesh from Gudivada and the answer
is mentioned below

Normalization: The focus of normalization is to help data
base designers to design the table structures for an
application. It helps to reduce rebundant table data to the
very minimum. Main use is to improve the performance of
DBMS.


First normal form: There must be no any duplicate
records & repeating groups.

Second normal form: Remove subsets of data and place
in a separate table.

Third normal form: Remove columns that are not
dependent on primary key

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql dialect?

529


How many types of literals are available in pl sql?

516


What are triggers and its uses?

593


Can a table contain multiple foreign key’s?

575


Can a primary key be a foreign key?

577






How to call shell script from pl sql procedure?

625


How do I view stored procedures?

543


what is 'mysqlshow'? : Sql dba

589


Does inner join return duplicate rows?

521


What are pl/sql packages?

569


How can you load multi line records? : aql loader

657


What are sql*plus environment variables?

559


How do you determine the current isolation level? : Transact sql

578


If the application is running very slow? At what points you need to go about the database in order to improve the performance?

565


What is basic structure of pl sql?

500