Software Development Fundamentals — Question 20

What are two advantages of normalization in a database? (Choose two)

Answer options

Correct answer: A, D

Explanation

Normalization is crucial as it helps to avoid data inconsistencies by organizing data efficiently. Additionally, it often results in decreased disk space usage by eliminating redundancy. The other options, while important, do not directly relate to the primary advantages of normalization.