What is normalization in sql?



What is normalization in sql?..

Answer / Naman Gupta

Normalization in SQL is a process of organizing data in a database to minimize redundancy, improve data integrity and dependency, and enhance query performance. There are several levels of normalization (1st, 2nd, 3rd, etc.), each with specific rules for structuring tables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is the difference between cross join and natural join?

1 Answers  


Is there any restriction on the use of union in embedded sql?

1 Answers  


What is the purpose of the sql select top clause?

1 Answers  


counting the no.of characters occurs in a string by using pl/sql function

1 Answers   TCS,


What is normalization? How many normalization forms are there?

1 Answers  


In what condition is it good to disable a trigger?

1 Answers  


What is pl sql package?

1 Answers  


What is PL/SQL table ?

6 Answers  


What is sql query optimization?

1 Answers  


What is difference between db2 and sql?

1 Answers  


What is loop in pl sql?

1 Answers  


What is sql in java?

1 Answers  


Categories