Setting query properties

If you are creating a new query in the SQL Statement Design screen, the default properties for the query are set for a SELECT query that will return all rows meeting the search criteria.

However, you can use the SQL Statement Design screen to select a different query type or to select different options for the query.  The options for a SELECT query are different from the options for an INSERT, UPDATE, or DELETE query.

The SQL Statement Design screen supports the following query types:

Caution:  Executing INSERT, UPDATE, and DELETE queries will modify the contents of your table – and in most cases, a simple method to undo the changes does not exist.

If you must use one of these query types, use extra caution when building the SQL statement.  

Before testing or executing a new INSERT, UPDATE or DELETE query, make sure that you have a recent backup of the affected table and that you know how to restore the table from backup if necessary.

 

More:

Setting the Query Type

SELECT query

INSERT, UPDATE, or DELETE query

Designing, viewing and testing an SQL statement