Computer Science, asked by pratheek46461, 9 months ago

What are the objectives of Normalization?

Answers

Answered by thangaveldevi22
0

Answer:

Basically, normalization is the process of efficiently organising data in a database. There are two main objectives of the normalization process: eliminate redundant data (storing the same data in more than one table) and ensure data

dependencies make sense (only storing related data in a table). Both of these are valuable goals as they reduce the amount of space a database consumes and ensure that data is logically stored.

Normalization is part of successful database design.

Normalization is part of successful database design.Without normalization, database systems can be inaccurate, slow, and inefficient and they might not produce the data you expect.

I HOPE IT WILL BE HELPFUL.

Similar questions