DB Cruiser -- Table Work Area -- SQL Work Sheet:
 
(see below for explanation)
 
Explanation:
 
By clicking the SQL button (see, for example, from Table Column Definitions), you enter the SQL Work Sheet associated with the table. It's similar to SQL Work Area but simpler. You may execute any SELECT statements here.

Also, the table related SQL statements will be generated, including SELECT, INSERT, UPDATE, and the Data Definition Language of the table, etc.

You may highlight any statements in the text area then click Execute button to run the statements.

The above screen is the SQL Work Sheet for the EMPLOYEES table of the schema HR.

Back to Table Column Definitions.