Single Choice Easy

QWhich ACID property ensures that concurrent execution of transactions does not result in data anomalies such as dirty reads and non-repeatable reads?

ID: #15522 Transactions and ACID properties - MySQL 171 views
Question Info
#15522Q 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 anomalies such as dirty reads and non-repeatable reads. It provides transactional isolation, preventing interference between concurrently executing transactions.

Share This Question

Challenge a friend or share with your study group.