The transaction rollback statement is used to “roll back” the table operations that have occurred since the transaction begin statement.
transaction rollback
None
Transaction rollback isn’t available with all database types, and its availability can be checked using the havetransactions() function.