Multiple choice

Which of the following properties of transaction management requires that if a transaction is interrupted by a failure, its partial results are not at all taken into consideration and the whole operation has to be repeated?

  1. Durability

  2. Atomicity

  3. Serializability

  4. Isolation

  5. Concurrency

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This property of transaction management requires that if a transaction is interrupted by a failure its partial results are not at all taken into consideration and the whole operation has to be repeated.