What is the purpose of the COMMIT statement in SQL?
Q1. What is the purpose of the COMMIT statement in SQL?
Answer: To commit a transaction
Explanation: The COMMIT statement commits a transaction, making all changes made during the transaction permanent.