What is normalization in a database?



What is normalization in a database?..

Answer / Varun Bisaria

Normalization is the process of organizing a database to minimize redundancy and improve data integrity. It involves breaking down complex tables into smaller, simpler tables with well-defined relationships.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is clustered and nonclustered index in sql?

1 Answers  


Describe different types of general function used in sql?

1 Answers  


what is difference between stored procedures and application procedures,stored function and application function?

1 Answers  


What is the usage of the distinct keyword?

1 Answers  


How delete all data from table in sql?

1 Answers  


Can you have more than one key in a database?

1 Answers  


What are basic techniques of indexing?

1 Answers  


What is the difference between function, procedure and package in pl/sql?

1 Answers  


what is explain plan?

4 Answers  


How do you write an inner join query?

1 Answers  


What is sql data?

1 Answers  


What does sign mean sql?

1 Answers  


Categories