Single Choice
Easy
QWhich ACID property ensures that concurrent execution of transactions does not result in data inconsistency?
ID: #15516
Transactions and ACID properties - MySQL
196 views
Question Info
#15516Q 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
Isolation is the ACID property that ensures that concurrent execution of transactions does not result in data inconsistency. It provides each transaction with a view of the database as if it were executing in isolation, preventing interference from other transactions.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic