What is normalization in a database?
Normalization is the process of organizing a database to reduce redundancy and
dependency by dividing large tables into smaller, manageable tables and defining
relationships between them. This process aims to improve the structure of the database by
minimizing the chances of data anomalies (insertion, update, and deletion anomalies).