What is the purpose of a transaction log in a database?
Q1. What is the purpose of a transaction log in a database?
Answer: To record changes made to the database
Explanation: A transaction log records changes made to the database, allowing for recovery in case of failures.