Multiple choice technology databases

A transaction must have ACID properties to be qualified as such.

  1. True

  2. False

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

ACID stands for Atomicity, Consistency, Isolation, and Durability - the four essential properties that guarantee database transactions are processed reliably. Without these properties, the operation cannot be considered a proper transaction. A transaction by definition must exhibit all four ACID characteristics to ensure data integrity.