Deck 8: Integrating Applications

Full screen (f)
exit full mode
Question
The word "Between" is a comparison operator that you can use in your criterion expressions.
Use Space or
up arrow
down arrow
to flip the card.
Question
A table finds data in your database by allowing you to ask a question.
Question
Use the "Is Null" value in a criterion expression to find records where the field contains a value.
Question
When building a query,you are limited to adding one table to the Query Design window.
Question
In the simplest criterion expression,when you only enter the criteria value,Access evaluates this criterion as an "equal to" comparison.
Question
When entering a criterion expression,the IntelliSense tool may suggest a list of possible values.
Question
You can create a query in Design view or with the Query Wizard.
Question
To test a query,run it and then compare the results to your expected results.
Question
Making changes to the data shown in Datasheet view of a query changes the actual table data.
Question
When you build a query you must tell Access where to find the data.
Question
Use the ? wildcard character to match any number of characters.
Question
At times no records will display when you run a query.
Question
To see the results of a query,you must run it.
Question
When creating a query,you are limited to how many fields you can put into the Design grid.
Question
Queries you create using the Query Design button automatically open in Design view.
Question
It is possible to display the results of a query in sorted order.
Question
To create a new query,use the Create tab.
Question
The Simple Query Wizard lets you take advantage of all the options available to you when creating a query.
Question
Functions are pre-built procedures that perform a specific task.
Question
When you use a wildcard,the criterion of your expression must be enclosed in parentheses.
Question
Access refers to formulas as criterion.
Question
Which of the following indicates which fields have been included in the query?

A)select query
B)summary query
C)Expression Builder
D)Design grid
Question
The AND logical operator requires a record to meet at least one of the individual conditions specified in order to be included in the results.
Question
You will most likely use the Zoom box or Expression Builder to enter a parameter query that contains wildcards due to the length of the expression.
Question
Which of the following is true about the Simple Query Wizard?

A)It doesn't allow you to take advantage of all of the options available when creating a query.
B)It lets you take full advantage of all the options available when creating a query.
C)It provides great flexibility when creating queries.
D)Most people create queries using the Simple Query Wizard.
Question
Which of the following is used to locate data in a database?

A)select query
B)summary query
C)Expression Builder
D)Design grid
Question
The Like comparison operator can help you find records containing data that is similar to,or like,the criterion value.
Question
How many fields does Access allow you to add to the Design grid?

A)5 or fewer
B)10 or fewer
C)15 or fewer
D)as many as you like
Question
A summary query uses a Total row that is added into the Design grid of the query.
Question
How many criteria would you need in a query in order to find all of the employees who work as insurance agents in the Cameron Park branch who were hired after January 1,2014?

A)1
B)3
C)6
D)9
Question
After you create a query,what must you do in order to see the results?

A)select the table to include in the query
B)select the fields to include in the query
C)enter criterion into the query
D)run the query
Question
The Count function finds the total value of a field.
Question
You can create a query that combines both the AND and OR operators.
Question
Which of the following tabs do you use to create a query?

A)File
B)Home
C)Create
D)Database Tools
Question
A calculated field is a field that gets its value from a calculation instead of a value that is entered into the field.
Question
Which of the following finds data in your database by allowing you to ask a question?

A)calculated field
B)compound criteria
C)query
D)parameter
Question
A parameter query asks you to enter the specific criteria value when you run the query.
Question
In what view do query results display?

A)Design view
B)Datasheet view
C)Form view
D)Report view
Question
Which of the following is the most common type of query?

A)select query
B)summary query
C)simple query
D)parameter query
Question
Compound criteria combine more than one criterion using the AND or OR logical operators and allow you to ask questions using multiple conditions.
Question
Which of the following is a valid criterion for the Long Text data type?

A)hello
B)"hello"
C)*hello*
D)#hello#
Question
What should you use to write criterion?

A)criterion
B)Like comparison
C)wildcard symbols
D)expression
Question
Which of the following should you add to a query to search for records that meet a specific value?

A)criterion
B)Like comparison
C)wildcard symbols
D)expression
Question
Which of the following is a valid criterion for the Short Text data type?

A)hello
B)"hello"
C)*hello*
D)#hello#
Question
What does the type of criterion you enter,along with the way you enter the criterion,depend on?

A)table size
B)data type of the field
C)parameter text
D)calculated field
Question
How does Access evaluate a criterion expression that just includes a criteria value?

A)equal to
B)not equal to
C)equal to or greater than
D)equal to or less than
Question
Which of the following keyboard shortcuts opens the Expression Builder dialog box?

A)F2
B)Ctrl+F2
C)Alt+F2
D)Shift+F2
Question
Which of the following keyboard shortcuts opens the Save As dialog box?

A)F6
B)F8
C)F10
D)F12
Question
Which of the following is a valid criterion for the AutoNumber data type?

A)5
B)$5
C)5t
D)5n
Question
When entering a criterion expression,which of the following tools helps suggest a list of possible values?

A)Query Design Wizard
B)parameter query
C)aggregate function
D)IntelliSense
Question
Which of the following groups of commands lets you insert and delete fields in the Design grid?

A)Query Wizard
B)Query Design
C)Query Setup
D)Expression Builder
Question
In the Design grid,what must you delete in order to delete a field?

A)a column
B)a row
C)a table
D)none of the above
Question
Which of the following is a valid criterion for the Number data type?

A)5
B)$5
C)5t
D)5n
Question
Which of the following is a valid criterion for the Currency data type?

A)5
B)$5
C)5t
D)5n
Question
Which symbol must be used to specify criterion for the Date/ Time data type?

A)$
B)?
C)*
D)#
Question
Which of the following comparison operators means "Contained in this list of values"?

A)< >
B)Between
C)In
D)Like
Question
Which of the following can you change in Datasheet view of a query?

A)font type
B)font size
C)column width
D)all of the above
Question
What name does Access assign to new queries?

A)Query
B)Query1
C)QueryData1
D)QueryResults1
Question
Which of the following comparison operators means "Between these two values"?

A)< >
B)Between
C)In
D)Like
Question
Which of the following comparison operators means "Similar to this value"?

A)< >
B)Between
C)In
D)Like
Question
Which of the following logical operators requires that a record meet all of the individual conditions specified in order to be included in the results?

A)AND
B)OR
C)NOT
D)NULL
Question
Which of the following gets its value from a calculation instead of a value that is entered into a field?

A)function
B)aggregate function
C)formula expression
D)calculated field
Question
Which of the following properties directs Access to only display records that don't include duplicated values?

A)Unique Records
B)Unique Values
C)Null Records
D)Null Values
Question
When structuring a criteria expression with a parameter that includes one or more wildcards,where can the wildcards be positioned?

A)at the end
B)at the beginning
C)at the beginning and end
D)any of the above
Question
Which of the following logical operators requires a record to meet at least one of the individual conditions specified to be included in the results?

A)AND
B)OR
C)NOT
D)NULL
Question
Which of the following criterion will search for songs that contain the word "love" somewhere in the middle of the song title?

A)Contains "love"
B)Like *"love"*
C)Like "* love"
D)Like "* love *"
Question
What is true of values entered on the same Criteria row of the Design grid?

A)create an AND condition
B)create an OR condition
C)create a NULL condition
D)create a NOT NULL condition
Question
Which of the following keys opens or closes the Property Sheet?

A)F2
B)F4
C)F5
D)F12
Question
Which of the following wildcard characters matches any number of characters?

A)*
B)#
C)?
D)$
Question
Which of the following wildcard characters matches any single character in a specific position?

A)*
B)#
C)?
D)$
Question
Which of the following criterion expressions searches for a ShippingDate field that greater than January 1,2014?

A) >1/ 1/ 2014
B) >"1/ 1/ 2014"
C) >#1/ 1/ 2014#
D) >=#1/ 1/ 2014#
Question
Which of the following criterion expressions searches for a YearsWorked field that is between 10 and 20?

A)In(10,20)
B) >10< 20
C)Between #10 and 20#
D)Between 10 and 20
Question
Which of the following wildcard characters matches any single character numeric digit?

A)*
B)#
C)?
D)$
Question
Which of the following parameters is the most user-friendly?

A)[Enter the Music Genre]
B)[ ]
C)[Genre?]
D){Genre?}
Question
Which of the following requires you to enter the specific criteria value when you run the query?

A)simple query
B)summary query
C)parameter query
D)Expression Builder
Question
Which of the following criterion will search for songs with the title of "Love for All Seasons","Love This Pain",and "Love Will Find a Way"?

A)In(love)
B)Like "love"
C)"Like Love"
D)="love"
Question
Which of the following criterion expressions searches for a State field that is equal to Ca?

A)=Ca
B)="Ca"
C)=(Ca)
D)=#Ca#
Question
Which of the following criterion expressions searches for PhoneNumber records where the phone number contains 10 characters and starts with a 9?

A)Like "9?????????"
B)Like "9*"
C)Contains "9?????????"
D)Contains #9*#
Question
Which of the following will you likely use when entering a parameter query that contains wildcards?

A)Zoom box
B)Expression Builder
C)Zoom box or Expression Builder
D)compound criteria
Question
Which of the following symbols must you use when defining a parameter query?

A)( )
B)[ ]
C){ }
D)/ /
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/99
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Integrating Applications
1
The word "Between" is a comparison operator that you can use in your criterion expressions.
True
2
A table finds data in your database by allowing you to ask a question.
False
3
Use the "Is Null" value in a criterion expression to find records where the field contains a value.
False
4
When building a query,you are limited to adding one table to the Query Design window.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
5
In the simplest criterion expression,when you only enter the criteria value,Access evaluates this criterion as an "equal to" comparison.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
6
When entering a criterion expression,the IntelliSense tool may suggest a list of possible values.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
7
You can create a query in Design view or with the Query Wizard.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
8
To test a query,run it and then compare the results to your expected results.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
9
Making changes to the data shown in Datasheet view of a query changes the actual table data.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
10
When you build a query you must tell Access where to find the data.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
11
Use the ? wildcard character to match any number of characters.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
12
At times no records will display when you run a query.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
13
To see the results of a query,you must run it.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
14
When creating a query,you are limited to how many fields you can put into the Design grid.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
15
Queries you create using the Query Design button automatically open in Design view.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
16
It is possible to display the results of a query in sorted order.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
17
To create a new query,use the Create tab.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
18
The Simple Query Wizard lets you take advantage of all the options available to you when creating a query.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
19
Functions are pre-built procedures that perform a specific task.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
20
When you use a wildcard,the criterion of your expression must be enclosed in parentheses.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
21
Access refers to formulas as criterion.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following indicates which fields have been included in the query?

A)select query
B)summary query
C)Expression Builder
D)Design grid
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
23
The AND logical operator requires a record to meet at least one of the individual conditions specified in order to be included in the results.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
24
You will most likely use the Zoom box or Expression Builder to enter a parameter query that contains wildcards due to the length of the expression.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is true about the Simple Query Wizard?

A)It doesn't allow you to take advantage of all of the options available when creating a query.
B)It lets you take full advantage of all the options available when creating a query.
C)It provides great flexibility when creating queries.
D)Most people create queries using the Simple Query Wizard.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
26
Which of the following is used to locate data in a database?

A)select query
B)summary query
C)Expression Builder
D)Design grid
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
27
The Like comparison operator can help you find records containing data that is similar to,or like,the criterion value.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
28
How many fields does Access allow you to add to the Design grid?

A)5 or fewer
B)10 or fewer
C)15 or fewer
D)as many as you like
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
29
A summary query uses a Total row that is added into the Design grid of the query.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
30
How many criteria would you need in a query in order to find all of the employees who work as insurance agents in the Cameron Park branch who were hired after January 1,2014?

A)1
B)3
C)6
D)9
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
31
After you create a query,what must you do in order to see the results?

A)select the table to include in the query
B)select the fields to include in the query
C)enter criterion into the query
D)run the query
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
32
The Count function finds the total value of a field.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
33
You can create a query that combines both the AND and OR operators.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
34
Which of the following tabs do you use to create a query?

A)File
B)Home
C)Create
D)Database Tools
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
35
A calculated field is a field that gets its value from a calculation instead of a value that is entered into the field.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following finds data in your database by allowing you to ask a question?

A)calculated field
B)compound criteria
C)query
D)parameter
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
37
A parameter query asks you to enter the specific criteria value when you run the query.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
38
In what view do query results display?

A)Design view
B)Datasheet view
C)Form view
D)Report view
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
39
Which of the following is the most common type of query?

A)select query
B)summary query
C)simple query
D)parameter query
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
40
Compound criteria combine more than one criterion using the AND or OR logical operators and allow you to ask questions using multiple conditions.
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
41
Which of the following is a valid criterion for the Long Text data type?

A)hello
B)"hello"
C)*hello*
D)#hello#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
42
What should you use to write criterion?

A)criterion
B)Like comparison
C)wildcard symbols
D)expression
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
43
Which of the following should you add to a query to search for records that meet a specific value?

A)criterion
B)Like comparison
C)wildcard symbols
D)expression
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
44
Which of the following is a valid criterion for the Short Text data type?

A)hello
B)"hello"
C)*hello*
D)#hello#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
45
What does the type of criterion you enter,along with the way you enter the criterion,depend on?

A)table size
B)data type of the field
C)parameter text
D)calculated field
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
46
How does Access evaluate a criterion expression that just includes a criteria value?

A)equal to
B)not equal to
C)equal to or greater than
D)equal to or less than
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
47
Which of the following keyboard shortcuts opens the Expression Builder dialog box?

A)F2
B)Ctrl+F2
C)Alt+F2
D)Shift+F2
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
48
Which of the following keyboard shortcuts opens the Save As dialog box?

A)F6
B)F8
C)F10
D)F12
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
49
Which of the following is a valid criterion for the AutoNumber data type?

A)5
B)$5
C)5t
D)5n
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
50
When entering a criterion expression,which of the following tools helps suggest a list of possible values?

A)Query Design Wizard
B)parameter query
C)aggregate function
D)IntelliSense
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
51
Which of the following groups of commands lets you insert and delete fields in the Design grid?

A)Query Wizard
B)Query Design
C)Query Setup
D)Expression Builder
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
52
In the Design grid,what must you delete in order to delete a field?

A)a column
B)a row
C)a table
D)none of the above
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
53
Which of the following is a valid criterion for the Number data type?

A)5
B)$5
C)5t
D)5n
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
54
Which of the following is a valid criterion for the Currency data type?

A)5
B)$5
C)5t
D)5n
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
55
Which symbol must be used to specify criterion for the Date/ Time data type?

A)$
B)?
C)*
D)#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
56
Which of the following comparison operators means "Contained in this list of values"?

A)< >
B)Between
C)In
D)Like
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
57
Which of the following can you change in Datasheet view of a query?

A)font type
B)font size
C)column width
D)all of the above
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
58
What name does Access assign to new queries?

A)Query
B)Query1
C)QueryData1
D)QueryResults1
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
59
Which of the following comparison operators means "Between these two values"?

A)< >
B)Between
C)In
D)Like
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
60
Which of the following comparison operators means "Similar to this value"?

A)< >
B)Between
C)In
D)Like
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
61
Which of the following logical operators requires that a record meet all of the individual conditions specified in order to be included in the results?

A)AND
B)OR
C)NOT
D)NULL
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
62
Which of the following gets its value from a calculation instead of a value that is entered into a field?

A)function
B)aggregate function
C)formula expression
D)calculated field
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
63
Which of the following properties directs Access to only display records that don't include duplicated values?

A)Unique Records
B)Unique Values
C)Null Records
D)Null Values
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
64
When structuring a criteria expression with a parameter that includes one or more wildcards,where can the wildcards be positioned?

A)at the end
B)at the beginning
C)at the beginning and end
D)any of the above
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
65
Which of the following logical operators requires a record to meet at least one of the individual conditions specified to be included in the results?

A)AND
B)OR
C)NOT
D)NULL
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
66
Which of the following criterion will search for songs that contain the word "love" somewhere in the middle of the song title?

A)Contains "love"
B)Like *"love"*
C)Like "* love"
D)Like "* love *"
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
67
What is true of values entered on the same Criteria row of the Design grid?

A)create an AND condition
B)create an OR condition
C)create a NULL condition
D)create a NOT NULL condition
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
68
Which of the following keys opens or closes the Property Sheet?

A)F2
B)F4
C)F5
D)F12
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
69
Which of the following wildcard characters matches any number of characters?

A)*
B)#
C)?
D)$
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
70
Which of the following wildcard characters matches any single character in a specific position?

A)*
B)#
C)?
D)$
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
71
Which of the following criterion expressions searches for a ShippingDate field that greater than January 1,2014?

A) >1/ 1/ 2014
B) >"1/ 1/ 2014"
C) >#1/ 1/ 2014#
D) >=#1/ 1/ 2014#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
72
Which of the following criterion expressions searches for a YearsWorked field that is between 10 and 20?

A)In(10,20)
B) >10< 20
C)Between #10 and 20#
D)Between 10 and 20
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
73
Which of the following wildcard characters matches any single character numeric digit?

A)*
B)#
C)?
D)$
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
74
Which of the following parameters is the most user-friendly?

A)[Enter the Music Genre]
B)[ ]
C)[Genre?]
D){Genre?}
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
75
Which of the following requires you to enter the specific criteria value when you run the query?

A)simple query
B)summary query
C)parameter query
D)Expression Builder
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
76
Which of the following criterion will search for songs with the title of "Love for All Seasons","Love This Pain",and "Love Will Find a Way"?

A)In(love)
B)Like "love"
C)"Like Love"
D)="love"
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
77
Which of the following criterion expressions searches for a State field that is equal to Ca?

A)=Ca
B)="Ca"
C)=(Ca)
D)=#Ca#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
78
Which of the following criterion expressions searches for PhoneNumber records where the phone number contains 10 characters and starts with a 9?

A)Like "9?????????"
B)Like "9*"
C)Contains "9?????????"
D)Contains #9*#
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
79
Which of the following will you likely use when entering a parameter query that contains wildcards?

A)Zoom box
B)Expression Builder
C)Zoom box or Expression Builder
D)compound criteria
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
80
Which of the following symbols must you use when defining a parameter query?

A)( )
B)[ ]
C){ }
D)/ /
Unlock Deck
Unlock for access to all 99 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 99 flashcards in this deck.