| Add | Invokes an Add Database dialog box. Allows user to add database to the tree window. |
| Remove | Removes host from the configuration file. Does not affect the databases in any ways. |
| Order | Sorts tree view items in alphabetical order. |
| Reconnect | Reconnects to the current database. |
| Create | To create a new database or a table. |
| Copy | Selects object for copying. |
| Paste | Creates a new object according to a previously selected object. |
| Paste Table Schema | Creates a new table with the structure copied from the existed table. |
| Paste Table Data | Copies data to a new table. |
| Rename | Rename a table or a view. |
| Drop | Drop a database or a database object. |
| Return Top 100 Rows | Returns top 100 rows from a table or a view. |
| Return All Rows | Selects all rows from the table or a view. |
| Retrieve SQL | Retrieve code for stored procedure, function, view or trigger. |
| Refresh | Reconnects to the database. |
| Properties | Shows the connection properties for the host or table structure. |
| Copy | Copies the content of the highlighted cell in the table view to the clipboard. |
| Copy Row | Copies the content of the highlighted row in the table view to the clipboard. |
| Find | Search for a string in the table. |
| Edit | Edit cell (Doble click on the cell will do the same). |
| Delete Row | Deletes highlighted row from the database table. |
| Save Table As | Saves the result of the SQL Select statement to the file. |
| Save Field As | Saves the content of the selected field to the file. |
| Refresh | To refresh content of the table window. |
| Close | Closes the current table window. |