Q: What does the acronym ACID stand for in the context of database transactions?
-
A
Atomicity, Consistency, Integrity, Durability
-
B
Atomicity, Consistency, Isolation, Durability
-
C
Availability, Concurrency, Isolation, Durability
-
D
Availability, Consistency, Isolation, Durability
B
Answer:
B
Explanation:
ACID is an acronym that represents the ideal properties of a database transaction.
It stands for Atomicity (ensuring all operations within a transaction are treated as a single indivisible unit), Consistency (maintaining data consistency and integrity), Isolation (ensuring concurrent transactions do not interfere with each other), and Durability (ensuring that committed changes are permanently saved and will survive system failures).
Related Topic:
Share Above MCQ