Unlock access to all the studying documents.
View Full Document
Access 2013 Chapter 02: Querying a Database
1. To create a new query in Design view, tap or click CREATE on the ribbon to display the CREATE tab and then tap or
click the ____ button to create a new query.
2. In the accompanying figure, the lower pane in the window where you enter criteria is called the ____.
3. In the accompanying figure, you can delete the table by pressing and holding or right-clicking the field list and tapping
or clicking ____ on the shortcut menu.
4. In the accompanying figure, the Customer table was added to the query by selecting the table and tapping or clicking
the Add button in the ____ dialog box.
5. In the accompanying figure, you can enter CSU10 in the ____ row of the Customer Number field to find all customers
whose customer number is CSU10.
6. In the accompanying figure, you can remove a column by tapping or clicking just above the field name to select the
column and then tapping or clicking the ____ key(s).
7. To save a query, tap or click the Save button on the ____.
8. To view the results of a query, open it by pressing and holding or right-clicking the query in the Navigation Pane and
tapping or clicking ____ on the shortcut menu.
9. To change the design of a query that is not currently open, press and hold or right-click the query and then tap or click
____ on the shortcut menu.
Access 2013 Chapter 02: Querying a Database
10. To print the results of a query that is open, tap or click FILE on the ribbon, tap or click the ____ tab in the Backstage
view, and then tap or click Quick Print.
11. To find all customers whose names begin with S, enter ____ in the Criteria row of the Customer Name field.
12. To find all individuals whose name is Robin or Robyn, enter ____ in the Criteria row of the appropriate column.
13. To create a parameter query, enter a parameter rather than a specific value as a criterion in the design grid. The
parameter must be enclosed in ____.
14. To use a parameter query, press and hold or right-click the query in the Navigation Pane and then tap or click ____ on
the shortcut menu.
15. If the criterion for Current Due field is 0, the query results for this query will display ____ in the Current Due field.
Access 2013 Chapter 02: Querying a Database
16. To find all customers whose current due amount is greater than $1,000.00, enter ____ in the Criteria row of the
Current Due column.
17. Less than (<), greater than (>), and NOT (not equal to) are examples of ____.
18. The ____ operator allows you to search for a range of values in one field.
19. To order the records in the answer to a query in a particular way, you ____ the records.
20. To sort records in a query, specify the sort order in the ____ row of the design grid below the field that is the sort key.
21. To omit duplicates from a query, use the property sheet and change the Unique Values property to ____.
Access 2013 Chapter 02: Querying a Database
22. The accompanying figure illustrates using a query to ____ tables; that is, to find records in two tables that have
identical values in matching fields.
23. In the accompanying figure, the ____ line between matching fields in the two tables indicates that the tables are
related.
24. In the accompanying figure, press and hold or right-click the join line and tap or click ____ on the shortcut menu to
display the Join Properties dialog box.
25. To use the Report Wizard to create a report for a query, select the query in the Navigation Pane, tap or click ____ on
the ribbon, and then tap or click the Report Wizard button.
Access 2013 Chapter 02: Querying a Database
26. To export data from a query to Excel, select the query in the Navigation Pane, tap or click ____ on the ribbon, and
then tap or click the Excel button.
27. To re-use saved export steps, tap or click the Saved Exports button on the ____ tab on the ribbon.
28. To use the Expression Builder to create a calculated field, select the column in the Field row, right-click to display the
shortcut menu, and then click ____.
29. 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.
30. To display the entire entry for a calculated field, select the column in the Field row, right-click to display the shortcut
menu, and then click ____.
Access 2013 Chapter 02: Querying a Database
31. You can include ____ in calculations to indicate which calculation should be done first.
32. To change the caption for a field in a query, click the field in the design grid, click the ____ button on the Design tab,
click the Caption box, and enter the new caption.
33. To include the Total row in the design grid, click the ____ button on the DESIGN tab.
34. To find the largest amount paid amount for a client, select ____ as the entry in the Total row for the Amount Paid
column.
35. 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.
36. To indicate grouping in Access, select ____ as the entry in the Total row for the field to be used for grouping.
Access 2013 Chapter 02: Querying a Database
37. To create a crosstab, click the ____ button on the CREATE tab.
38. To show the Navigation Pane if it is hidden, click the ____ Button.
39. To organize entries in the Navigation Pane by table, click ____ on the Navigation Pane menu.
40. To quit Access, click the ____ button on the right side of the Access title bar.
41. The special criteria that can be used in queries are ____.
AC 118
Access 2013 Chapter 02: Querying a Database
42. In the accompanying figure, Amount Paid is the ____ key.
43. In the accompanying figure, Book Rep Number is the ____ key.
44. The arithmetic symbols for use in query calculations are ____.
Access 2013 Chapter 02: Querying a Database
45. For group calculations, Microsoft Access supports ____ built-in statistics.
46. When you enter text data in a criterion, you must enclose the text in quotation marks.
47. The asterisk (*) wildcard represents any collection of characters.
48. The question mark (?) wildcard represents any collection of characters.
49. To find all customers whose names begin with S, enter S? in the Criteria row of the design grid.
50. 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.
1
AC 112
Access 2013 Chapter 02: Querying a Database
51. A query that prompts for input whenever it is run is a dialog query.
52. To create a parameter query that will prompt users to enter a city name as input, place [Enter City] as the criterion in
the City field.
53. To enter a number in a criterion, type the number without any dollar signs or commas.
54. Unless you specify otherwise, Access assumes that the criteria you enter involve equality (exact matches).
55. To find all customers whose returns are greater than $0.00 and whose book rep is book rep number 42, enter each
criterion on the same row.
56. To find all customers whose returns are greater than $0.00 or whose book rep is book rep number 42, enter each
criterion on the same row.
Access 2013 Chapter 02: Querying a Database
57. The field or fields on which records are sorted is called the sort key.
58. If you specify more than one sort key, the sort key on the left will be the major sort key and the one on the right will
be the minor sort key.
59. When you sort data in a query, the records in the underlying table are actually rearranged.
60. A property sheet is a window containing the various properties of the object.
61. When you sort data, duplicates are not included.
62. To create a top-values query, use the Top Values box on the DESIGN tab to change the number of records to be
included from All to the desired number.
Access 2013 Chapter 02: Querying a Database
63. Joining tables in a query creates an ad hoc relationship, that is, a relationship between tables created for a specific
purpose.
64. You cannot create a report for a query.
65. You can export data from Access to the standard Word format.
66. In fixed-width files, each record is on a separate line and the fields are separated by a special character.
67. The expression for a calculated field can be typed directly into the Field row.
68. The only calculated fields you can create in Access are those involving addition and subtraction.
1
Access 2013 Chapter 02: Querying a Database
69. Grouping means creating groups of records that share some common characteristic.
70. Crosstab queries are useful for summarizing data by category or group.
71. To include all fields in the design grid, double-click the question mark (?) in the field list. ____________________
72. Wildcards are symbols that represent any character or combination of characters. ____________________
73. A summary function is a function that performs some mathematical function against a group of records.
____________________
74. A crosstab query calculates a statistic for data that is grouped by two different types of information.
____________________
75. To restrict the objects that appear on the Navigation Pane use the Retrieval Bar. ____________________
76. A question that is asked of Access or any other database management system is called a(n) ____________________.
Access 2013 Chapter 02: Querying a Database
77. If a Security Warning appears when you open an Access database, tap or click the ____________________ button.
78. To include all fields for a table in the design grid, double-tap or double-click the ____________________ in the field
list.
79. The results of a query display in ____________________ view.
80. To change the design of a query that is not currently open, press and hold or right-click the query in the Navigation
Pane and then tap or click ____________________ on the shortcut menu.
81. To find all customers whose names begin with Sr, enter ____________________ as the criterion for the Customer
Name field.
82. ____________________ are symbols that represent any character or combination of characters.
83. The ____________________ wildcard represents any collection of characters.
84. The ____________________ wildcard represents any individual character.
Access 2013 Chapter 02: Querying a Database
85. A(n) ____________________ query is a query that prompts for input whenever it is used.
86. To find all book reps whose start date is after 1/1/2013, use the ____________________ operator.
87. To combine criteria with ____________________, place the criteria on the same row.
88. To combine criteria with ____________________, each criterion must go on separate rows in the Criteria area of the
grid.
89. A(n) ____________________ is a window containing the various properties of the object.
90. To sort records by amount paid within book rep number, specify Book Rep Number as the ____________________
key.
91. In ____________________ files, the width of any field is the same on every record.
92. The type of join that finds records from both tables that have identical values in matching fields is called a(n)
____________________ join.
Access 2013 Chapter 02: Querying a Database
93. The ____________________ is an Access tool that helps you create complex expressions.
94. The ____________________ function finds the smallest value in a group of records.
95. A(n) ____________________ function is a function that performs some mathematical function against a group of
records.
96. After you create and save a query, you can use it in a variety of ways. Name three of these ways.
97. Explain the difference between an inner join and an outer join.
98. When you create a query, you should follow some general guidelines for query design. What are these six guidelines?
Access 2013 Chapter 02: Querying a Database
Critical Thinking Questions
Case 2-1
Bavant needs to gather some additional statistics on its customers. An employee at Bavant has created an initial query as
shown in the accompanying figure that calculates the average amount paid. The employee is unsure what aggregate
functions to use for additional calculations.
99. Which aggregate function will find the standard deviation?
100. Which aggregate function will find the customer with the largest amount paid?
Critical Thinking Questions
Case 2-2
Bavant Publishing needs to find the book reps whose start date is earlier than 1/1/2013.
101. What criteria should Bavant enter in the Start Date column of the design grid?
Critical Thinking
Access 2013 Chapter 02: Querying a Database
102. The caption for the Start Date field should be Started when the query results display. How can Bavant change the
caption?
Identify the letter of the choice that best matches the phrase or definition.
AC 91
AC 83
AC 90
AC 112
AC 83
AC 91
AC 115
AC 115
AC 92
AC 92
103. Each individual criterion must be true in order for the compound criterion to be true.
104. Represents any collection of characters.
105. A comparison operator.
Access 2013 Chapter 02: Querying a Database
106. A mathematical operator for division.
107. Represents any individual character.
108. Either individual criterion must be true in order for the compound criterion to be true.
109. Row that displays in the design grid when aggregate functions are used.
110. An aggregate function.
111. Use to select values in a list.
112. Use to select values in a given range.