Multiple choice

Which of the following properties of database system ensures that even after a transaction is sucessfully complete, the changes it has made to the database persist, even if there are system failures?

  1. Atomicity

  2. Consistency

  3. Isolation

  4. Durability

  5. Accuracy

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

This property of database system ensures that even after a transaction is sucessfully complete, the changes it has made to the database persist even if there are system failures.