Creating a Query
The basic process of creating a query, regardless of the options you specify, consists of these steps:
-
Starting a new query. For details, see Creating Queries.
-
Choosing one or more input sources (tables or views) to work with. For details, see Adding Input Sources.
-
Specifying the data columns to work with in the query, such as the columns to display or to use in search conditions. For details, see Adding Columns.
-
Specifying the order for rows in the query output, if appropriate. Typically, you order rows only if you are creating a Select query. For details, see Ordering Query Results.
-
Specifying search criteria to indicate which rows to display (for Select queries) or that will be affected (for Update, Delete, and Insert queries). For details, see Specifying Search Conditions.
-
Running the query. For details, see Executing a Query.
You can use additional Query Designer features to create more complex queries. For example, you can create queries that: