SQL Window
Here you write your SQL commands that you want to execute. There are various ways to enter SQL in the window:
- Type SQL commands directly in the window.
- Open a saved SQL script file. The file will be opened for editing.
- Insert a template from Edit/Insert Templates option.
- Open a SQL script saved as a 'Favorite'. More about 'Favorites' folders later.
Multiple Queries
You may enter multiple queries separated by a (;) - on the same line or each on their own line. Each query would create a new tab for its result set in the Result Window.