Queries

A query specifies a result table or an intermediate result table. A query is a component of certain SQL statements.

The three forms of a query are the subselect, the fullselect, and the select-statement. There is another SQL statement that can be used to retrieve at most a single row described under SELECT INTO.