Quizzma Latest Questions

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




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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.

Related Questions