ACID properties in transaction management in DBMS stands for :
Atomicity, Concurrency, Isolation, Durability
Autonomy, Consistency, Isolation, Durability
Atomicity, Consistency, Isolation, Durability
Atomicity, Consistency, Infidelity, Durability
Answer is Right!
Answer is Wrong!
This question was previously asked in
UPSC CISF-AC-EXE – 2023
– It stands for Atomicity, Consistency, Isolation, and Durability.
– Consistency: A transaction must bring the database from one valid state to another, maintaining all defined rules and constraints.
– Isolation: Multiple transactions occurring concurrently must not interfere with each other. The result should be the same as if they were executed sequentially.
– Durability: Once a transaction is committed, its changes are permanent and will survive system failures (like power loss or crashes).