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