COMMIT – commit the current transaction
COMMIT ;COMMIT commits the current transaction. All changes made by the
                transaction become visible to others and are guaranteed to be durable
                if a crash occurs.
START TRANSACTION, ROLLBACK, DECLARE SAVEPOINT, ROLLBACK TO SAVEPOINT, and RELEASE SAVEPOINT.