True/False Indicate whether the
statement is true or false.
|
|
1.
|
The question mark (?) wildcard represents any collection of characters.
|
|
2.
|
To enter a criterion for a particular field without displaying the field in the
results of the query, include the field in the design grid, enter the criterion, and remove the check
mark from its Show check box.
|
|
3.
|
A query that prompts for input whenever it is run is a run-time query.
|
|
4.
|
You create a parameter by enclosing a value in a criterion in curly braces
({}).
|
|
5.
|
To remove a table from a query, right-click the field list and then click Drop
Table on the shortcut menu.
|
|
6.
|
To save a query, the query design must appear on the screen.
|
|
7.
|
To enter a number in a criterion, type the number without any dollar signs or
commas.
|
|
8.
|
To search for a range of values in one field, use the RANGE operator.
|
|
9.
|
To find all clients whose amount paid is greater than $20,000.00 or whose
recruiter is recruiter 21, enter each criterion on the same line.
|
|
10.
|
If you specify more than one sort key, the sort key on the left will be the
minor sort key and the one on the right will be the major sort key.
|
|
11.
|
When you sort data, duplicates normally are included.
|
|
12.
|
When tables are joined in a query, it is not possible to restrict retrieval by
using criteria.
|
|
13.
|
The expression for a calculated field can be typed directly into the Field
row.
|
|
14.
|
Grouping means creating groups of records that share some common
characteristic.
|
|
15.
|
Parameter queries are useful for summarizing data.
|
Multiple Choice Identify the
choice that best completes the statement or answers the question.
|
|
16.
|
If a Security Warning appears when you open a database, click the ____ button to
display the Microsoft Office Security Options dialog box.
a. | Customize | c. | Security | b. | Options | d. | Warning |
|
|
|
 Figure 2-1
|
|
17.
|
In the accompanying figure, you can delete the table by right-clicking the field
list and clicking ____ on the shortcut menu.
a. | Delete Table | c. | Remove Table | b. | Hide Table | d. | Erase Table |
|
|
18.
|
In the accompanying figure, you can remove a column by clicking just above the
field name to select the column and then clicking the ____ key(s).
a. | CTRL + DELETE | c. | DELETE | b. | CTRL + Y | d. | CTRL+ALT |
|
|
19.
|
In the accompanying figure, you can find all clients whose names begin with Be,
by entering _____ in the Criteria row of the Client Name field.
|
|
20.
|
To use a saved query, right-click the query in the Navigation Pane and then
click ____ on the shortcut menu.
a. | Use | c. | Run | b. | Manipulate | d. | Open |
|
|
|
 Figure 2-2
|
|
21.
|
In the accompanying figure, the criterion for Current Due is 0. To find all
clients whose current due amount is $20,000.00, erase the 0 in the Current Due column and enter _____
in the Criteria row of the Amount Paid column.
a. | =20,000 | c. | =$20,000 | b. | 20,000 | d. | 20000 |
|
|
22.
|
To omit duplicates from a query, use the property sheet and change the Unique
Values property to _____.
|
|
23.
|
To display the Join Properties dialog box, right-click the join line and click
____ on the shortcut menu.
a. | Properties | c. | Join Properties | b. | Property Sheet | d. | Modify
Properties |
|
|
24.
|
To include calculated fields in queries, enter a name for the calculated field,
a(n) _____, and then the expression in one of the columns in the Field row.
a. | colon (:) | c. | equal sign (=) | b. | semi-colon (:) | d. | exclamation point
(!) |
|
|
25.
|
To calculate statistics for only those records that satisfy certain criteria,
select ____ as the entry in the Total row for the field, and then enter the criterion in the Criteria
row.
a. | Having | c. | Restrict | b. | Where | d. | Find |
|
Completion Complete each
statement.
|
|
26.
|
If there are no restrictions involved in the query, nor any special order or
calculations, you can use the ____________________ wizard.
|
|
|
 Figure 2-4
|
|
27.
|
The View button menu appears in the accompanying figure. To change the design of
a query, click the ____________________ button on the menu.
|
|
28.
|
The View button menu appears in the accompanying figure. To see the results of a
query, click the ____________________ button on the menu.
|
|
29.
|
A(n) ____________________ is a condition that the records to be included in a
query must satisfy.
|
|
30.
|
To find all clients whose names begin with Be, enter ____________________ as the
criterion for the Client Name field.
|
|
31.
|
____________________ are symbols that represent any character or combination of
characters.
|
|
32.
|
To find all clients whose amount paid is more than $20,000.00, use the
____________________ operator.
|
|
33.
|
If two tables have matching fields, that is, fields with the same name, Access
draws a line called a(n) ____________________ line between the matching fields to indicate that the
tables are related.
|
|
34.
|
The ____________________ is an Access tool that helps you create complex
expressions.
|
|
35.
|
The ____________________ function finds the largest value in a group of
records.
|
Essay
|
|
36.
|
When you create a query, you should follow some general guidelines for query
design. What are these six guidelines?
|
Case
|
|
37.
|
Which aggregate function will find the client with the largest amount
paid?
|