Multiple choice

Which of the property of the database transaction ensures the persistency of the database?

  1. Isolation

  2. Durability

  3. Atomicity

  4. Consistency

  5. None of the above

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

This property of the database transaction is used to specify that once the transaction is complete then it will persist in the system despite the system failure or other problem.