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
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 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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic