Multiple choice technology

"ACID" Property in DBMS is property that Database transaction proceed reliable.Each Letter Stands for ?

  1. Activeness

  2. Atomicity

  3. Consistency

  4. Conessiveness

  5. Isolation

  6. Durability

Reveal answer Fill a bubble to check yourself
B,C,E,F Correct answer
Explanation

ACID properties ensure reliable database transactions: Atomicity (all-or-nothing execution), Consistency (database remains valid), Isolation (transactions don't interfere), and Durability (committed changes persist).