← Back to Test

Problem 8 - Entrance Test

What is the purpose of normalization in database design?

Correct: B

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. It involves dividing large tables into smaller tables and defining relationships between them. While it can indirectly improve query performance, its primary goal is data integrity and minimizing redundancy. Encryption and backups are different processes.