What is the purpose of the ROLLBACK statement?
Q1. What is the purpose of the ROLLBACK statement?
Answer: To cancel a transaction and restore the database to its previous state
Explanation: ROLLBACK statement cancels a transaction and restores the database to its previous state, undoing all changes made by the transaction.