DS0-001 · Question #58
DS0-001 Question #58: Real Exam Question with Answer & Explanation
The correct answer is D: To create an image of a database. A snapshot captures a point-in-time image of a database (or object), preserving its state so it can be referenced, restored, or replicated at that moment - making D correct. Option A is wrong because snapshots are static, not dynamic; dynamic replication is handled by mechanisms
Question
Which of the following describes the purpose of a snapshot?
Options
- ATo create a dynamic data replication
- BTo create a synonym
- CTo create a tablespace
- DTo create an image of a database
Explanation
A snapshot captures a point-in-time image of a database (or object), preserving its state so it can be referenced, restored, or replicated at that moment - making D correct. Option A is wrong because snapshots are static, not dynamic; dynamic replication is handled by mechanisms like replication streams or log shipping. Option B describes a synonym, which is an alias for a database object, and Option C describes a tablespace, which is a storage container for database objects - both entirely unrelated to snapshots.
Memory tip: Think of a snapshot like a photo - it's a frozen image taken at a specific moment, not a live feed.
Community Discussion
No community discussion yet for this question.