Which type of database design is used to reduce redundancy and improve…
2025
Which type of database design is used to reduce redundancy and improve integrity ?
Answer: B. Normalization — Normalization is the database design process that reduces redundancy and improves data integrity by organizing tables to minimize duplicate data.
- A.
Denormalization
- B.
Normalization
- C.
Hybrid design
- D.
Object-oriented design
Attempted by 821 students.
Show answer & explanation
Correct answer: B
Normalization is the database design process that reduces redundancy and improves data integrity by organizing tables to minimize duplicate data.
Loading lesson…