SQR (Structured Query Reporter) Question:
Download Questions PDF

What is Normalization in oracle?

Answer:

Normalization is the process of organizing data in a database. This includes creating tables and establishing relationships between those tables according to rules designed both to protect the data and to make the database more flexible by eliminating two factors: redundancy and inconsistent dependency.

Redundant data wastes disk space and creates maintenance problems. If data that exists in more than one place must be changed, the data must be changed in exactly the same way in all locations. A customer address change is much easier to implement if that data is stored only in the Customers table and nowhere else in the database.

Download Structured Query Reporter (SQR) Interview Questions And Answers PDF

Previous QuestionNext Question
Explain difference between BI, CI, IB?Explain the difference in using inner join and outer joins?