The process of organizing or managing data in a database for improving data integrity and reducing data redundancy is known as Database Normalization. In MySQL, this operation can be performed by breaking down a large table into smaller easier to manage tables, where each of them has a specific purpose.
This helps to avoid data-related errors and inconsistencies and makes it easy to modify, update, or delete the data.