Single Choice Easy

QWhich ACID property ensures that a transaction is either fully completed or fully rolled back in case of a failure?

ID: #15520 Transactions and ACID properties - MySQL 110 views
Question Info
#15520Q ID
EasyDifficulty
Transactions and ACID properties - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Atomicity
  • B Consistency
  • C Isolation
  • D Durability
Correct Answer

Explanation

Atomicity is the ACID property that ensures that a transaction is either fully completed or fully rolled back in case of a failure. It guarantees that all the changes made by the transaction are either applied to the database or none of them are applied.

Share This Question

Challenge a friend or share with your study group.