Which property of transactions ensures that either all the operations in a transaction are completed successfully, or none of them are applied to the database?

  • Atomicity
  • Consistency
  • Durability
  • Isolation
The property of transactions that ensures either all the operations in a transaction are completed successfully, or none of them are applied to the database is called atomicity. Atomicity guarantees that transactions are indivisible and all-or-nothing; either all the operations within a transaction are successfully completed and committed, or none of them are applied, preserving the consistency and integrity of the database.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *