What is the purpose of the ROLLBACK statement in SQL?
Q1. What is the purpose of the ROLLBACK statement in SQL?
Answer: To rollback changes made by a transaction
Explanation: The ROLLBACK statement undoes the changes made by a transaction, restoring the database to its previous state.