Q. What is the durability property of transactions?

  • (A) statements form a logic unit
  • (B) database remains consistent
  • (C) one transaction does not affect the other
  • (D) transaction effects are recorded permanently
πŸ’¬ Discuss
βœ… 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.
Explanation by: Vikash Gupta
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
99
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
99%
Success Rate