ROLLBACK
– abort the current transaction
ROLLBACK ;
ROLLBACK
rolls back the current transaction and causes all
updates made by the transaction to be discarded.
START TRANSACTION, COMMIT, DECLARE SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT.