Multiple choice database

Which of the following elements are the valid components of ACID in a relational database transaction?

  1. Atomicity

  2. Consistency

  3. Isolation

  4. Durability

  5. All of the above

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

ACID is an acronym representing the four key properties of a reliable database transaction: Atomicity (all or nothing), Consistency (valid state transitions), Isolation (independent execution), and Durability (permanent storage). Since all listed options are parts of ACID, 'All of the above' is correct.