Multiple choice .net

The normalization process is:

  1. used to remove redundant data.

  2. used to make the storage of data more efficient.

  3. not recommended for most databases.

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Database normalization eliminates redundant data by organizing it logically, which makes storage more efficient. It breaks large tables into smaller, related ones to reduce duplication and improve data integrity.