What is the purpose of 'COMMIT' in a database transaction?
Q1. What is the purpose of 'COMMIT' in a database transaction?
Answer: To save changes made during a transaction
Explanation: The 'COMMIT' statement saves changes made during a transaction, making them permanent and visible to other users.