DS0-001 · Question #117
Which of the following refers to the correctness and completeness of data in a database?
The correct answer is C. Data integrity. Data integrity (C) refers to the accuracy, correctness, and completeness of data stored in a database - ensuring data remains valid and consistent throughout its lifecycle, whether during entry, storage, or retrieval. A (Data security) is wrong because security deals with…
Question
Which of the following refers to the correctness and completeness of data in a database?
Options
- AData security
- BData independence
- CData integrity
- DData constraint
How the community answered
(49 responses)- A6% (3)
- B4% (2)
- C88% (43)
- D2% (1)
Explanation
Data integrity (C) refers to the accuracy, correctness, and completeness of data stored in a database - ensuring data remains valid and consistent throughout its lifecycle, whether during entry, storage, or retrieval.
- A (Data security) is wrong because security deals with protecting data from unauthorized access, not its accuracy.
- B (Data independence) is wrong because that describes the ability to change data structure without affecting application logic.
- D (Data constraint) is wrong because constraints are mechanisms used to enforce integrity (like
NOT NULLorUNIQUErules), not the concept of correctness itself.
Memory tip: Think of "integrity" as meaning "honest and complete" - just like a person of integrity tells the truth, data integrity means the data tells the truth about reality.
Topics
Community Discussion
No community discussion yet for this question.