Multiple choice technology programming languages

What does ACID stand for?

  1. Access. Consistency. Isolation. Data.

  2. Access. Constraint. Index. Data.

  3. Atomicity. Consistency. Isolation. Durability.

  4. None of the above

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

ACID stands for Atomicity (all-or-nothing execution), Consistency (database remains valid), Isolation (concurrent transactions don't interfere), and Durability (committed data persists). These are the four fundamental properties that guarantee reliable database transactions.