Question & Answer

Which one of the following ensures that only valid data is stored in the database?

Which one of the following ensures that only valid data is stored in the database? a) Reports
b) Integrity Constraints
c) Data Dictionary
d) Views

1 Answer

Verified archive
Quizzma TeamSeptember 9, 2025

The correct answer is b) Integrity Constraints.

Explanation: Integrity constraints are rules applied to a database to ensure the accuracy and consistency of the data. They help in making sure that only valid data is stored in the database by enforcing conditions, such as primary keys, foreign keys, and unique constraints. This prevents incorrect or invalid data entries.