The ROLLBACK statement terminates a transaction and removes all changes to the database that were made during the current transaction.
The ROLLBACK statement terminates the current transaction and starts a new transaction. All changes to the database that have been made during the transaction are not applied and the database is as it existed at the time the transaction was started. All cursors that have been opened during the current transaction are closed.
None.
The keyword WORK is mandatory.
The keyword WORK is optional.
Example
ROLLBACK WORK ;