User Guide

Table Of Contents
Writing queries using an editor 463
The SQL Builder is divided into the following four sections:
Writing SQL statements
SQL Builder opens a SELECT statement by default, since this is the most common type of query.
SQL Builder supports the following four types of SQL statements:
Select (default)
Insert
Update
Delete
Section Use
Toolbar Contains buttons for SQL keywords and commands.
Table pane Provides a view of the tables in your query and allows you to create joins
between tables.
Properties pane Allows you to set the properties of the query, such as the columns that are being
selected or the columns that are being updated.
SQL pane Shows you the SQL statement as it is built.
The SQL pane does not support reverse editing, so any changes you make in
this pane will not be made to the query in the Properties pane or the Table pane.