Q. What is the durability property of transactions?
β
Correct Answer: (D)
transaction effects are recorded permanently
Explanation: The durability property of transactions in MySQL refers to the guarantee that once a transaction is committed, its effects are recorded permanently and will not be lost, even in the event of a system failure. This means that the changes made by committed transactions will persist even after the system restarts or crashes. Therefore, Option D is the correct answer.