Database Management Systems (DBMS)
Normalization is best defined as which of the following?
- A. A stored procedure that automatically executes in response to certain events on a table.
- B. The process of organizing database tables to reduce data redundancy and improve data integrity. ✓
- C. A diagram that visually represents entities and their relationships within a database.
- D. A column or set of columns that uniquely identifies each row in a database table.
Correct answer
B. The process of organizing database tables to reduce data redundancy and improve data integrity.
Explanation
Normalization refers to the process of organizing database tables to reduce data redundancy and improve data integrity.