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

Explain the commit statement.

614


Do foreign keys improve performance?

550


What is a natural join?

518


How do you know if a relationship is 2nf?

522


What is the difference between a query and a report?

524






What is a pdo connection?

520


What are string functions in sql?

678


How can we store rows in PL/SQL using array?

669


What is varchar sql?

620


Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.

532


How many types of tables are there?

509


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

2578


What is parallel hint?

750


Is sql procedural language?

556


Does sql profiler affect performance?

561