Question:

Once the DBMS informs the user that a transaction has been successfully completed, its effect should persist even if the system crashes before all its changes are reflected on disk. This property is called

Show Hint

The ACID properties—Atomicity, Consistency, Isolation, and Durability—are fundamental to understanding transaction management in databases.
Updated On: Jan 23, 2025
  • durability
  • atomicity
  • consistency
  • isolation
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The durability property ensures that once the DBMS confirms the successful completion of a transaction, its changes to the database are permanent and will persist even if there is a system failure. This property is one of the ACID properties of transactions. Step 1: Analyze the other options. (B) Atomicity ensures that a transaction is completed entirely or not at all, but it does not guarantee persistence after system crashes. (C) Consistency ensures that a database remains in a valid state before and after a transaction, but it does not address persistence. (D) Isolation ensures that transactions do not interfere with each other, but it does not guarantee durability. Conclusion: Durability is the correct answer as it guarantees the effect of a committed transaction persists after system crashes. Final Answer: \[ \boxed{\text{durability}} \]
Was this answer helpful?
0
0

Questions Asked in GATE CS exam

View More Questions