CCNC/CCNC Module 5/Retrieving data with queries/Basic Query Operations/Query Wizard
Basic Query Operations |
Retrieving Data | Using Query Filters | Sorting Data | Using the Query Wizard | Self Assessment | Summary & FAQs |
Contents
Using the Query Wizard
Upon completion of this tutorial the learner will be able to:
|
Starting the wizard
Using the query wizard can be a very helpful way to quickly build a query. To start the query wizard select the "Use Wizard to Create Query..." task.
Choosing the tables and fields
To start building the query select the tables you would like to retrieve data. Be sure to selected tables that are related.
Once the table or tables and their field names are displayed in the "Available fields" column move at least one of the fields to be displayed in the query by using the > button. The >> button can be used to move all the fields and the < and << buttons can move fields out of the "Fields in the Query" column. Once all the query fields have been selected click the Next button to continue with the wizard.
Choosing the sort order
To assign sort orders to the query select up to four fields to sort upon. Choose the field to be sorted and the order, either ascending or descending. The sort will occur with the first field being the priority sort with the subsequent fields sorting within the previous sort. As an example if last_name was the first sort and birth_date was the second, the query will order the results to be ordered by last_name and then staying within each grouping of last_names they would be sorted by birth_date.
Setting the criteria
Setting the criteria is like using a filter. The criteria will "hide" some of the data from the query results. To set the criteria; select a field, choose a condition and enter a value to compare.
Setting the column names
It can be useful to change the name of the column when it is displayed in the results. The aliases step of the wizard allows this change, in the right column enter a new name to be displayed.
Reviewing and naming the query
The last step of the wizard prompts for a query name. This name will be saved to the database for later retrieval and will be displayed as a save query. This step of the wizard also provides a summary of the query, selecting the "Modify Query" option would allow editing of the query summary text. If changes to the query are required it would be better to use the "Back" button of the wizard and make the changes using the wizard.
Running the query
To run the query, right-click the query name used when the query was saved and select "Open".
Review the results to confirm they are what was desired. If changes are required the query will have to be opened in design mode.
Test your knowledge