Executing SQL Statements

How to Run Execution

Entire Script

To execute the entire script, do one on the following steps:

  • On the SQL toolbar, click Execute.
  • On the SQL menu, select Execute.

Current Statement

To execute current statement, follow one of the steps:

  • On the SQL toolbar, click Execute Current Statement.
  • Right-click a required statement and select Execute Current Statement on the shortcut menu.

Execute to Cursor

To execute script to the current position of the cursor:

  1. Move a cursor to the required position.
  2. On the shortcut menu, click Execute to Cursor or press Ctrl+Shift+F10.

How to Stop Execution

To stop SQL execution, click Stop Execution on the SQL toolbar.

Representing Query Execution Results

The query execution results can be represented in two ways - in text and in grid formats.

To represent results as text, click Results as Text on the SQL toolbar before query execution.

To represent results as grid, click Results as Grid on the SQL toolbar before query execution.