A. Increase redundancy
B. Reduce redundancy and improve structure
C. Delete tables
D. Encrypt data
🧠Explanation:
Normalization organizes data to reduce duplication and improve database design.
Key Points:
- Removes repeated data
- Improves efficiency
- Avoids update errors
👉 Example:
Instead of repeating customer info in every order, store it once