Multiple choice

Which of the following database transactions ensures that the effect of the transaction will persist despite of system crashes or power loss, if the transaction is committed?

  1. Atomicity

  2. Consistency

  3. Isolation

  4. Durability

  5. None of the above

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

It ensures that the if the transaction fails due to the power failure or system crash, then its effect will remain in the system.