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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic