What is the primary goal of database normalization?
- To improve data security
- To increase data storage
- To reduce data redundancy
- To speed up data retrieval
Database normalization aims to minimize data redundancy by organizing data into tables and ensuring each table stores data about a specific subject, reducing the chances of data inconsistencies.
Loading...
Related Quiz
- _________ is a Git command used to rewrite commit history.
- What is the role of page replacement algorithms in memory management, and give examples of such algorithms.
- In a distributed system, processes communicate over the network and may encounter deadlocks. How would you design a deadlock detection and recovery mechanism for such a system?
- In a binary tree, the maximum number of nodes at level _________ is 2^(h) where 'h' is the height of the tree.
- What is the main principle behind dynamic programming?