Multiple choice

______________ rule followed by database software states that two simultaneous transactions cannot interfere with one another and intermediate results within a transaction are not visible to other transactions.

  1. Atomicity

  2. Consistency

  3. Isolation

  4. Durability

  5. Reliability

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In computer science, ACID (Atomicity Consistency Isolation Durability) is a set of properties of database transactions. Isolation states that two simultaneous transactions cannot interfere with each other and intermediate results within a transaction are not visible to other transactions.