Chapter#4: Querying a Database Flashcards
What is a Select Query?
allows you to select records based upon certain criteria that you set.
What are two ways to create a query?
Query Wizard and
Query Design
What does Query Design View allow you to do?
Select fields from multiple tables.
Set criteria to locate records based on data contained in one or more fields.
Calculate totals.
Show or hide fields containing criteria that are in the query results datasheet.
What are some ways of adding fields to the query grid?
- Double-click a field name to add the field to the next available column of the query design grid.
- Drag a field to the next column in the grid.
- Click the Field row of a column in the query grid and select the field from the drop-down list.
- Double-click the asterisk (*) that appears at the top of the field list to add all fields to the grid.
How can you rearrange query columns?
in Design View or Datasheet View by dragging and dropping them into position
What are the two most frequent wildcards?
asterisk and question mark
What do you select when you build a query?
you select only those tables and fields that you want to display in the query
What happens when you run a query?
Access lists only those records containing data that meet the criteria
in what views can you filter and sort records?
Table Design, Form Design and to a limit Report Design View
whats the best way to sort and filter data?
Through a query
When it comes to Wildcard Symbols, What is an Asterisk?
Substitutes for a group of characters that appear at the position of the asterisk
When it comes to Wildcard Symbols, What is a Question Mark?
Substitutes for a single character that might appear at the position of the question mark
When it comes to Wildcard Symbols, What is a Open/Close Bracket?
Matches text or individual characters placed within the brackets individually
When it comes to Wildcard Symbols, What is a Exclamation Point?
Matches any character within the brackets except those characters that follow the !
When it comes to Wildcard Symbols, What is a Hypen?
Matches characters at the wildcard position that fall within a range of ascending values