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

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

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.

Share This Question

Challenge a friend or share with your study group.