Which property of ACID ensures that a transaction is treated as a single unit that either fully succeeds or fully fails? MCQ with Answer and Explanation
Which property of ACID ensures that a transaction is treated as a single unit that either fully succeeds or fully fails?
A. Consistency
B. Isolation
C. Atomicity
D. Durability
Answer: Option C
Solution (By JKSSB Mock Tests)
Atomicity ensures that all operations within a transaction are completed successfully; otherwise, the transaction is aborted and all changes are rolled back.
No comments yet. Be the first to start the discussion!