Single Choice Easy

QWhich ACID property ensures that a transaction is treated as a single, indivisible unit of work?

ID: #15514 Transactions and ACID properties - MySQL 137 views
Question Info
#15514Q 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 treated as a single, indivisible unit of work. It guarantees that all the operations within the transaction are either completed successfully or rolled back if any operation fails.

Share This Question

Challenge a friend or share with your study group.