SQL batch: | Define SQL commands, which will be executed before executing the acutal query. |
Validate: | Try to validate the SQL commands. If the DDL commands are included this might not work as DB objects are not created, when the validation is run. |
Execute: | Execute the SQL commands. |
Tree console: | Send the SQL commands to the SQL tree console and execute them |