Multiple choice

Which of the following properties of transaction in distributed database guarantees that when the transaction is committed, the results of operations will never be lost, independent of subsequent failures?

  1. Atomicity

  2. Commit

  3. Isolation

  4. Durability

  5. Serialisability

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

This property of transaction in distributed database guarantees that when the transaction is committed, the results of operations will never be lost, independent of subsequent failures.