DP-900 · Question #195
Which database transaction property ensures that individual transactions are executed only once and either succeed in their entirety or roll back?
The correct answer is C. atomicity. An atomic transaction is an indivisible and irreducible series of database operations such that either all occurs, or nothing occurs. A guarantee of atomicity prevents updates to the database occurring only partially, which can cause greater problems than rejecting the whole…
Question
Options
- Aisolation
- Bdurability
- Catomicity
- Dconsistency
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C91% (20)
Explanation
An atomic transaction is an indivisible and irreducible series of database operations such that either all occurs, or nothing occurs. A guarantee of atomicity prevents updates to the database occurring only partially, which can cause greater problems than rejecting the whole series outright. As a consequence, the transaction cannot be observed to be in progress by another database client.
Topics
Community Discussion
No community discussion yet for this question.