Why is normalization used in database design?
- To increase redundancy
- To improve data integrity
- To speed up data retrieval
- To simplify query language
Normalization is used in database design to improve data integrity by reducing redundancy. Redundant data can lead to anomalies and inconsistencies in the database. Normalization involves breaking down the data into smaller, related tables to minimize redundancy.
Loading...
Related Quiz
- Discuss the potential pitfalls of solely relying on Black Box Testing for a software testing strategy.
- Consider a scenario where users are abandoning the checkout process on an e-commerce website. How would you utilize UI design principles to investigate and rectify this issue?
- What role does data re-engineering play within the broader scope of software re-engineering?
- In regression testing, ______ can be utilized to track the system's stability and functionality over successive iterations.
- Which of the following is a key component of SQA?