MCQ PracticeSingle Best AnswerTopic: Transactions and ACID properties - MySQL
Q
Which ACID property ensures that once a transaction is committed, its changes are protected and will persist even in the event of power outages or system crashes?
Question ID
#15525
Subchapter
Transactions and ACID properties - MySQL
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Atomicity ✔✖
B
Consistency ✔✖
C
Isolation ✔✖
D
Durability ✔✖
D
Correct Answer: D
Explanation
Durability is the ACID property that ensures that once a transaction is committed, its changes are protected and will persist even in the event of power outages or system crashes. It guarantees the reliability and recoverability of committed data.