Deck 1: Access: Creating Advanced Queries and Enhancing Table Design

Full screen (f)
exit full mode
Question
  Using a match like the one shown in the above figure is similar to using an exact match except that an exact match includes wildcard characters.<div style=padding-top: 35px> Using a match like the one shown in the above figure is similar to using an exact match except that an exact match includes wildcard characters.
Use Space or
up arrow
down arrow
to flip the card.
Question
In the Object Dependencies pane you can click the expand indicator for the collapsible list of dependencies to show or hide different levels of dependencies.
Question
An easy way to create an input mask is to use the Input Mask Wizard.
Question
The default character display is left to right but the ! input mask character can be used to reverse that display.
Question
Any form or report that uses fields from a query is directly dependent on the query and on any tables that provide data to the query.
Question
When you click or select text in many Access text boxes Access displays a list arrow which you can click to display a list box with options.
Question
SQL Server and Oracle do not permit spaces in object and field names.
Question
The aggregate function Final returns the last field value in a selection of records.
Question
When you resize a column to its best fit Access resizes the column so that the widest column heading and the visible field values fit the column width.
Question
Property propagation does not occur with queries automatically.
Question
Click the Queries option button in the View section of the Crosstab Query Wizard to display the list of queries in the database.
Question
The Create tab allows you to switch to Design view.
Question
A find unmatched query searches for duplicate values based on the fields you select as you answer the Query Wizard's questions.
Question
  As shown in the figure above a prompt query prompts you for information when the query runs.<div style=padding-top: 35px> As shown in the figure above a prompt query prompts you for information when the query runs.
Question
If you need to store and display phone numbers zip\postal codes and other fields in a variety of formats it's best to define them as Text fields with an input mask instead of letting users enter field values and the literal display characters.
Question
The Top Values property must be an integer.
Question
  Click the checkbox indicated in the above figure to display an overall totals column in the crosstab query.<div style=padding-top: 35px> Click the checkbox indicated in the above figure to display an overall totals column in the crosstab query.
Question
Users are required to type literal display characters when doing data entry.
Question
When you finish all changes to the current record and advance to another record Access detects field validation rule violations.
Question
The In comparison operator is roughly equivalent to the use of several And conditions in the design grid.
Question
  A(n)exact match like the one shown in Figure AC5-1 selects records with a value for the selected field that matches the pattern of the simple condition value.<div style=padding-top: 35px> A(n)exact match like the one shown in Figure AC5-1 selects records with a value for the selected field that matches the pattern of the simple condition value.
Question
The ____ Mask Wizard is an Access tool that guides you in creating a predefined format for a field.

A)Format
B)Field
C)Input
D)Display
Question
Figurative display characters are the special characters that automatically appear in specific positions of a field value.
Question
If you convert an Access database to SQL Server your select queries will most likely not work.
Question
You can change a select query to a crosstab query in Design view using the Crosstab button in the Database group on the Query Tools Design tab.
Question
The aggregate function First returns the first field value in a selection of records.
Question
If you want to display all products that have the same description you would use a(n)find unmatched query.
Question
A lookup manager lets the user select a value from a list of possible values.
Question
An input guide is a predefined format used to enter and display data in a field.
Question
Access uses unique icons to represent different types of queries.
Question
Displaying just the first 10 records of query results is an example of the use of the First Records property for a query.
Question
Which of the following statements is true?

A)Using a numeric range test with a Text field is not allowed.
B)Enclosing numbers in quotation marks for a Test field range test will eliminate an error message.
C)Enclosing numbers in quotation marks for a Test field range test will yield unpredictable results.
D)All of the above
Question
The Validation Rule property value will be displayed in a dialog box if the user enters an invalid value.
Question
A ____ field lets the user select a value from a list of possible values.

A)roster
B)datasheet
C)lookup
D)manager
Question
The ampersand wildcard character represents any single character.
Question
If you want to display all customers who have not placed orders you would use a(n)find unmatched query.
Question
The Validation Text property value specifies the valid values that users can enter in a field.
Question
If you want to display all non-degree students who are not currently enrolled in classes you would use a(n)find duplicates query.
Question
____ display characters automatically appear in specific positions of a field value without users having to type them.

A)Absolute
B)Relative
C)Figurative
D)Literal
Question
To include literal display characters you need to create a(n)____ mask.

A)display
B)field
C)viewing
D)input
Question
The ____ property value will be displayed in a dialog box if the user enters an invalid value.

A)Data-Entry
B)Validation Text
C)Validation Rule
D)Datasheet
Question
The input mask character ____ determines whether to store in the database the literal display characters such as the hyphen and parentheses.

A)--
B)++
C)::
D);;
Question
The input mask character ____ indicates that only a digit can be entered.

A)0
B)9
C)!
D)#
Question
The ____ represents any single character.

A)*
B)?
C)#
D)@
Question
The input mask character ____ causes the input mask to display from right to left.

A)!
B)9
C)0
D);
Question
The input mask character ____ indicates that a digit or space can be entered.

A)!
B)@
C)0
D)9
Question
The ____ represents any string of characters

A)&
B)@
C)*
D)?
Question
The ____ comparison operator selects records by matching field values to a specific pattern that includes one or more of these wildcard characters: # * and ?.

A)And
B)As
C)Or
D)Like
Question
If the value of ____ displays between the input mask characters ;; this indicates that literal display characters should be stored in the database.

A)0
B)1
C)2
D)5
Question
Using a pattern match is similar to using an exact match except that a pattern match includes ____ characters.

A)random
B)literal
C)absolute
D)wildcard
Question
If the value of ____ displays between the input mask characters ;; this indicates that literal display characters should not be stored in the database.

A)0
B)1
C)2
D)5
Question
You must use the Input Mask Wizard in ____ view.

A)Datasheet
B)Design
C)Form
D)Database
Question
You perform a pattern match using the ____ comparison operator.

A)And
B)Or
C)Like
D)Not
Question
A ____ match selects records with a value for the selected field that matches the pattern of the simple condition value.

A)design
B)pattern
C)value
D)select
Question
The ____ property value specifies the valid values that users can enter in a field.

A)Data-Entry
B)Validation Text
C)Validation Rule
D)Datasheet
Question
When you click the Input Mask text box in the Field Properties pane a ____ button appears to the right of the Input Mask text box.

A)Display
B)Create
C)Build
D)Show
Question
Which of the following is a literal display character?

A)^
B)~
C)(
D)All of the above
Question
The input mask character ____ is a placeholder character.

A)+
B)_
C)*
D)&
Question
A(n)____ mask is a predefined format used to enter and display data in a field.

A)entry
B)display
C)input
D)field
Question
The ____ represents any single digit.

A)#
B)*
C)@
D)?
Question
Press and hold down the ____ key to select multiple columns.

A)Ctrl
B)Esc
C)F1
D)Shift
Question
The ____ property for a query lets you limit the number of records in the query results.

A)Limit
B)Show Records
C)Top Values
D)Restrict
Question
A(n)____ match selects records whose value for the selected field matches one of two or more simple condition values.

A)list-of-values
B)exact
C)position
D)pattern
Question
<strong>  As shown in the above figure a ____ query prompts you for information when the query runs.</strong> A)parameter B)list-of-values C)pattern D)logical <div style=padding-top: 35px> As shown in the above figure a ____ query prompts you for information when the query runs.

A)parameter
B)list-of-values
C)pattern
D)logical
Question
<strong>  Of the aggregate functions shown in the figure above the ____ function returns the standard deviation of the field values in a selection of records.</strong> A)StDev B)Var C)Sum D)Count <div style=padding-top: 35px> Of the aggregate functions shown in the figure above the ____ function returns the standard deviation of the field values in a selection of records.

A)StDev
B)Var
C)Sum
D)Count
Question
When you use the ____ comparison operator if a record's field value matches one value from the list of defined values then Access selects and includes that record in the query results.

A)As
B)Like
C)In
D)Or
Question
The ____ comparison operator lets you define a condition with two or more values.

A)Like
B)In
C)As
D)Or
Question
You can change a select query to a crosstab query in Design view using the Crosstab button in the Query Type group on the ____ tab.

A)Crosstab
B)Query Tools Design
C)Selection
D)Wizard
Question
Which of the following commands is used to keep selected columns visible no matter where you scroll in the datasheet?

A)Keep Visible
B)No Scroll
C)Display Columns
D)Freeze
Question
What you could accomplish with several Or conditions in the design grid you can do more easily with the ____ comparison operator.

A)Like
B)In
C)As
D)Or
Question
The ____ logical operator negates a criterion.

A)Nor
B)Or
C)Not
D)Nand
Question
<strong>  Aggregate functions like those shown in the above figure perform ____ operations on selected records in a database.</strong> A)composite B)comparative C)join D)arithmetic <div style=padding-top: 35px> Aggregate functions like those shown in the above figure perform ____ operations on selected records in a database.

A)composite
B)comparative
C)join
D)arithmetic
Question
The aggregate function ____ returns the total of the field values in a selection of records.

A)Sum
B)Tot
C)Total
D)Aggr
Question
<strong>  Of the aggregate functions shown in the figure above the ____ function returns the lowest of the field values in a selection of records.</strong> A)Avg B)First C)Min D)Last <div style=padding-top: 35px> Of the aggregate functions shown in the figure above the ____ function returns the lowest of the field values in a selection of records.

A)Avg
B)First
C)Min
D)Last
Question
<strong>  Of the aggregate functions shown in the above figure the ____ function returns the average of the field values in a selection of records.</strong> A)Count B)Avg C)Var D)StDev <div style=padding-top: 35px> Of the aggregate functions shown in the above figure the ____ function returns the average of the field values in a selection of records.

A)Count
B)Avg
C)Var
D)StDev
Question
The Freeze command is available in the ____ group on the Home tab under the More button.

A)File
B)View
C)Records
D)Table
Question
<strong>  Of the aggregate functions shown in the above figure the ____ function returns the highest of the field values in a selection of records.</strong> A)Max B)StDev C)Min D)Avg <div style=padding-top: 35px> Of the aggregate functions shown in the above figure the ____ function returns the highest of the field values in a selection of records.

A)Max
B)StDev
C)Min
D)Avg
Question
In the Input Mask Wizard the practice area is called the ____ text box.

A)Sample
B)Try It
C)Practice
D)Experiment
Question
A(n)____ query performs aggregate function calculations on the values of one database field and displays the results in a spreadsheet format.

A)aggregate
B)function
C)crosstab
D)Both A and B
Question
A find ____ query is a select query that finds all records in a table or query that have no related records in a second table or query.

A)unrelated
B)unmatched
C)free
D)empty
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/137
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: Access: Creating Advanced Queries and Enhancing Table Design
1
  Using a match like the one shown in the above figure is similar to using an exact match except that an exact match includes wildcard characters. Using a match like the one shown in the above figure is similar to using an exact match except that an exact match includes wildcard characters.
False
2
In the Object Dependencies pane you can click the expand indicator for the collapsible list of dependencies to show or hide different levels of dependencies.
True
3
An easy way to create an input mask is to use the Input Mask Wizard.
True
4
The default character display is left to right but the ! input mask character can be used to reverse that display.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
5
Any form or report that uses fields from a query is directly dependent on the query and on any tables that provide data to the query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
6
When you click or select text in many Access text boxes Access displays a list arrow which you can click to display a list box with options.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
7
SQL Server and Oracle do not permit spaces in object and field names.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
8
The aggregate function Final returns the last field value in a selection of records.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
9
When you resize a column to its best fit Access resizes the column so that the widest column heading and the visible field values fit the column width.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
10
Property propagation does not occur with queries automatically.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
11
Click the Queries option button in the View section of the Crosstab Query Wizard to display the list of queries in the database.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
12
The Create tab allows you to switch to Design view.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
13
A find unmatched query searches for duplicate values based on the fields you select as you answer the Query Wizard's questions.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
14
  As shown in the figure above a prompt query prompts you for information when the query runs. As shown in the figure above a prompt query prompts you for information when the query runs.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
15
If you need to store and display phone numbers zip\postal codes and other fields in a variety of formats it's best to define them as Text fields with an input mask instead of letting users enter field values and the literal display characters.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
16
The Top Values property must be an integer.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
17
  Click the checkbox indicated in the above figure to display an overall totals column in the crosstab query. Click the checkbox indicated in the above figure to display an overall totals column in the crosstab query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
18
Users are required to type literal display characters when doing data entry.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
19
When you finish all changes to the current record and advance to another record Access detects field validation rule violations.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
20
The In comparison operator is roughly equivalent to the use of several And conditions in the design grid.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
21
  A(n)exact match like the one shown in Figure AC5-1 selects records with a value for the selected field that matches the pattern of the simple condition value. A(n)exact match like the one shown in Figure AC5-1 selects records with a value for the selected field that matches the pattern of the simple condition value.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
22
The ____ Mask Wizard is an Access tool that guides you in creating a predefined format for a field.

A)Format
B)Field
C)Input
D)Display
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
23
Figurative display characters are the special characters that automatically appear in specific positions of a field value.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
24
If you convert an Access database to SQL Server your select queries will most likely not work.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
25
You can change a select query to a crosstab query in Design view using the Crosstab button in the Database group on the Query Tools Design tab.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
26
The aggregate function First returns the first field value in a selection of records.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
27
If you want to display all products that have the same description you would use a(n)find unmatched query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
28
A lookup manager lets the user select a value from a list of possible values.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
29
An input guide is a predefined format used to enter and display data in a field.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
30
Access uses unique icons to represent different types of queries.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
31
Displaying just the first 10 records of query results is an example of the use of the First Records property for a query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
32
Which of the following statements is true?

A)Using a numeric range test with a Text field is not allowed.
B)Enclosing numbers in quotation marks for a Test field range test will eliminate an error message.
C)Enclosing numbers in quotation marks for a Test field range test will yield unpredictable results.
D)All of the above
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
33
The Validation Rule property value will be displayed in a dialog box if the user enters an invalid value.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
34
A ____ field lets the user select a value from a list of possible values.

A)roster
B)datasheet
C)lookup
D)manager
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
35
The ampersand wildcard character represents any single character.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
36
If you want to display all customers who have not placed orders you would use a(n)find unmatched query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
37
The Validation Text property value specifies the valid values that users can enter in a field.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
38
If you want to display all non-degree students who are not currently enrolled in classes you would use a(n)find duplicates query.
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
39
____ display characters automatically appear in specific positions of a field value without users having to type them.

A)Absolute
B)Relative
C)Figurative
D)Literal
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
40
To include literal display characters you need to create a(n)____ mask.

A)display
B)field
C)viewing
D)input
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
41
The ____ property value will be displayed in a dialog box if the user enters an invalid value.

A)Data-Entry
B)Validation Text
C)Validation Rule
D)Datasheet
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
42
The input mask character ____ determines whether to store in the database the literal display characters such as the hyphen and parentheses.

A)--
B)++
C)::
D);;
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
43
The input mask character ____ indicates that only a digit can be entered.

A)0
B)9
C)!
D)#
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
44
The ____ represents any single character.

A)*
B)?
C)#
D)@
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
45
The input mask character ____ causes the input mask to display from right to left.

A)!
B)9
C)0
D);
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
46
The input mask character ____ indicates that a digit or space can be entered.

A)!
B)@
C)0
D)9
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
47
The ____ represents any string of characters

A)&
B)@
C)*
D)?
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
48
The ____ comparison operator selects records by matching field values to a specific pattern that includes one or more of these wildcard characters: # * and ?.

A)And
B)As
C)Or
D)Like
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
49
If the value of ____ displays between the input mask characters ;; this indicates that literal display characters should be stored in the database.

A)0
B)1
C)2
D)5
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
50
Using a pattern match is similar to using an exact match except that a pattern match includes ____ characters.

A)random
B)literal
C)absolute
D)wildcard
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
51
If the value of ____ displays between the input mask characters ;; this indicates that literal display characters should not be stored in the database.

A)0
B)1
C)2
D)5
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
52
You must use the Input Mask Wizard in ____ view.

A)Datasheet
B)Design
C)Form
D)Database
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
53
You perform a pattern match using the ____ comparison operator.

A)And
B)Or
C)Like
D)Not
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
54
A ____ match selects records with a value for the selected field that matches the pattern of the simple condition value.

A)design
B)pattern
C)value
D)select
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
55
The ____ property value specifies the valid values that users can enter in a field.

A)Data-Entry
B)Validation Text
C)Validation Rule
D)Datasheet
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
56
When you click the Input Mask text box in the Field Properties pane a ____ button appears to the right of the Input Mask text box.

A)Display
B)Create
C)Build
D)Show
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
57
Which of the following is a literal display character?

A)^
B)~
C)(
D)All of the above
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
58
The input mask character ____ is a placeholder character.

A)+
B)_
C)*
D)&
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
59
A(n)____ mask is a predefined format used to enter and display data in a field.

A)entry
B)display
C)input
D)field
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
60
The ____ represents any single digit.

A)#
B)*
C)@
D)?
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
61
Press and hold down the ____ key to select multiple columns.

A)Ctrl
B)Esc
C)F1
D)Shift
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
62
The ____ property for a query lets you limit the number of records in the query results.

A)Limit
B)Show Records
C)Top Values
D)Restrict
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)____ match selects records whose value for the selected field matches one of two or more simple condition values.

A)list-of-values
B)exact
C)position
D)pattern
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
64
<strong>  As shown in the above figure a ____ query prompts you for information when the query runs.</strong> A)parameter B)list-of-values C)pattern D)logical As shown in the above figure a ____ query prompts you for information when the query runs.

A)parameter
B)list-of-values
C)pattern
D)logical
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
65
<strong>  Of the aggregate functions shown in the figure above the ____ function returns the standard deviation of the field values in a selection of records.</strong> A)StDev B)Var C)Sum D)Count Of the aggregate functions shown in the figure above the ____ function returns the standard deviation of the field values in a selection of records.

A)StDev
B)Var
C)Sum
D)Count
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
66
When you use the ____ comparison operator if a record's field value matches one value from the list of defined values then Access selects and includes that record in the query results.

A)As
B)Like
C)In
D)Or
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
67
The ____ comparison operator lets you define a condition with two or more values.

A)Like
B)In
C)As
D)Or
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
68
You can change a select query to a crosstab query in Design view using the Crosstab button in the Query Type group on the ____ tab.

A)Crosstab
B)Query Tools Design
C)Selection
D)Wizard
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
69
Which of the following commands is used to keep selected columns visible no matter where you scroll in the datasheet?

A)Keep Visible
B)No Scroll
C)Display Columns
D)Freeze
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
70
What you could accomplish with several Or conditions in the design grid you can do more easily with the ____ comparison operator.

A)Like
B)In
C)As
D)Or
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
71
The ____ logical operator negates a criterion.

A)Nor
B)Or
C)Not
D)Nand
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
72
<strong>  Aggregate functions like those shown in the above figure perform ____ operations on selected records in a database.</strong> A)composite B)comparative C)join D)arithmetic Aggregate functions like those shown in the above figure perform ____ operations on selected records in a database.

A)composite
B)comparative
C)join
D)arithmetic
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
73
The aggregate function ____ returns the total of the field values in a selection of records.

A)Sum
B)Tot
C)Total
D)Aggr
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
74
<strong>  Of the aggregate functions shown in the figure above the ____ function returns the lowest of the field values in a selection of records.</strong> A)Avg B)First C)Min D)Last Of the aggregate functions shown in the figure above the ____ function returns the lowest of the field values in a selection of records.

A)Avg
B)First
C)Min
D)Last
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
75
<strong>  Of the aggregate functions shown in the above figure the ____ function returns the average of the field values in a selection of records.</strong> A)Count B)Avg C)Var D)StDev Of the aggregate functions shown in the above figure the ____ function returns the average of the field values in a selection of records.

A)Count
B)Avg
C)Var
D)StDev
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
76
The Freeze command is available in the ____ group on the Home tab under the More button.

A)File
B)View
C)Records
D)Table
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
77
<strong>  Of the aggregate functions shown in the above figure the ____ function returns the highest of the field values in a selection of records.</strong> A)Max B)StDev C)Min D)Avg Of the aggregate functions shown in the above figure the ____ function returns the highest of the field values in a selection of records.

A)Max
B)StDev
C)Min
D)Avg
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
78
In the Input Mask Wizard the practice area is called the ____ text box.

A)Sample
B)Try It
C)Practice
D)Experiment
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
79
A(n)____ query performs aggregate function calculations on the values of one database field and displays the results in a spreadsheet format.

A)aggregate
B)function
C)crosstab
D)Both A and B
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
80
A find ____ query is a select query that finds all records in a table or query that have no related records in a second table or query.

A)unrelated
B)unmatched
C)free
D)empty
Unlock Deck
Unlock for access to all 137 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 137 flashcards in this deck.