Restores the database to its state prior to the start of the current transaction.
ROLLBACK;
ROLLBACK undoes changes made to a database by the current transaction, then ends the transaction.