160k views
0 votes
________ is the process of converting a poorly-structured table into two or more well-structured tables. optimization normalization refactoring standardization

User Humpy
by
6.7k points

1 Answer

5 votes

Answer:

Normalization

Step-by-step explanation:

Converting a poorly-structured table and optimizing its database structure in order to reduce redundancy in relations can be referred to as database normalization. If the data is not redundant means that data inconsistencies and errors like deletion and insertion will get reduced or eliminated significantly.

User Vladimir Makhaev
by
6.3k points