Contents Index Making changes permanent Transactions and data recovery

ASA Getting Started
  Updating the Database
    Grouping changes into transactions

Canceling changes


Any uncommitted change you make can be cancelled. SQL allows you to undo all of the changes you made since your last commit with the ROLLBACK statement.

The ROLLBACK statement undoes all changes you have made to the database since the last time you made changes permanent (see Making changes permanent).

For more information on Interactive SQL options, see Interactive SQL options.


Contents Index Making changes permanent Transactions and data recovery