What is the main purpose of using normalization in a relational database?
Correct: B
Normalization aims to reduce data redundancy by organizing data into tables in such a way that the results of using the database are always unambiguous and as intended. This helps to improve data integrity by preventing anomalies that can occur due to insertion, update, or deletion operations.