There are multiple ways to execute COMMIT and ROLLBACK statements.
You can execute a
COMMIT statement by:
- Choosing SQL > Commit.
- Pressing Ctrl+Shift+C.
- Typing Commit into the SQL Statements pane, and then executing the statement.
You can execute a
ROLLBACK statement by:
- Choosing SQL > Rollback.
- Pressing Ctrl+Shift+R.
- Typing Rollback into the SQL Statements pane, and then executing the statement.
Note: Executing a COMMIT or ROLLBACK via the SQL menu or a keyboard shortcut does not modify the contents of the SQL Statements pane; however, the Results tab in the Results pane is cleared.