Multiple choice

What is the meaning of 'A ' in ACID Model in SQL ?

  1. Attributes

  2. Atomicity

  3. Both (1) and (2)

  4. None of above

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

Atomicity means 'all or nothing'  and 'may be all or nothing' in the transaction. ACID stands for ' Atomicity Consistency Isolation Durability '.