Deck 6: Modifying the Database Structure

Full screen (f)
exit full mode
Question
You can specify more than one sort field in Query Design View.
Use Space or
up arrow
down arrow
to flip the card.
Question
A select query can be used to develop summary calculations, such as the sum of the values in a field.
Question
OR queries narrow the number of records that will appear in the datasheet because a record must be true for all criteria.
Question
  In the accompanying figure, the criteria in the first row of the query would be considered AND criteria.<div style=padding-top: 35px> In the accompanying figure, the criteria in the first row of the query would be considered AND criteria.
Question
Deleting a field from the query design grid deletes it from the database table that contains that field.
Question
Access helps you with criteria syntax in the query design grid.
Question
Which type of query retrieves data from one or more linked tables and displays the results in a datasheet?

A) Common
B) Select
C) Linking
D) Web
Question
If you change a customer name from "Miller" to "Millen" in a query's datasheet, you will need to make the update in any other query that also displays this customer's name.
Question
When you open a query in Datasheet View, you run it.
Question
In a query, the operator means not equal.
Question
<strong>  In the accompanying figure, item 2 refers to a(n) ____.</strong> A) field list B) one-to-many link line C) query design grid D) Show Table window <div style=padding-top: 35px> In the accompanying figure, item 2 refers to a(n) ____.

A) field list
B) one-to-many link line
C) query design grid
D) Show Table window
Question
A query can display fields from one or more tables in a relational database.
Question
A select query is the most common type of query.
Question
  In the accompanying figure, the criteria in the TourStartDate column would be considered OR criteria.<div style=padding-top: 35px> In the accompanying figure, the criteria in the TourStartDate column would be considered OR criteria.
Question
Each criteria row of the query design grid is evaluated separately.
Question
Sort orders defined in Query Design View are not saved with the query object.
Question
Multiple criteria added to the same line of the query design grid means that each must be true for the record to appear in the datasheet.
Question
<strong>  In the accompanying figure, fields from how many tables will display on the datasheet?</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px> In the accompanying figure, fields from how many tables will display on the datasheet?

A) 1
B) 2
C) 3
D) 4
Question
In Query Design View, one-to-many join lines identify linking fields between related tables.
Question
In Query Design View, a table's name displays in the field list title bar.
Question
<strong>  In the accompanying figure, item 1 refers to a(n) ____.</strong> A) table name B) field list C) query design grid D) one-to-many join line <div style=padding-top: 35px> In the accompanying figure, item 1 refers to a(n) ____.

A) table name
B) field list
C) query design grid
D) one-to-many join line
Question
An SQL statement determines how the tables are joined after the ____ keyword

A) SELECT
B) RELATE
C) FROM
D) ORDER BY
Question
<strong>  In the accompanying figure, how many fields will display on the resulting datasheet?</strong> A) 3 B) 4 C) 5 D) 6 <div style=padding-top: 35px> In the accompanying figure, how many fields will display on the resulting datasheet?

A) 3
B) 4
C) 5
D) 6
Question
An SQL statement determines what fields are selected after the ____ keyword.

A) SELECT
B) FROM
C) ORDER BY
D) LIST
Question
A(n) ____ character is used in criteria to represent any combination of characters.

A) Wildcard
B) Default
C) Criteria
D) Expression
Question
The < comparison operator means ____.

A) less than
B) not equal to
C) greater than
D) null
Question
In the query design grid, what characters surround text criteria?

A) Pound signs (#)
B) Dollar signs ($)
C) Percent signs (%)
D) Quotation marks ("")
Question
<strong>  How many calculated fields are shown in the accompanying figure?</strong> A) 1 B) 2 C) 3 D) 4 <div style=padding-top: 35px> How many calculated fields are shown in the accompanying figure?

A) 1
B) 2
C) 3
D) 4
Question
When the comparison operator Null is used as criteria in the query design grid, the query finds records in which ____.

A) the value is not equal to the text "Null"
B) the field value is equal to the text "Null"
C) any value has been entered for a field
D) no value has been entered for a field
Question
____ criteria are two or more criteria on the same Criteria row of the query design grid.

A) OR
B) Expand
C) AND
D) Wildcard
Question
The > comparison operator means ____.

A) greater than
B) greater than or equal to
C) less than
D) less than or equal to
Question
The wildcard character that represents any combination of characters in query criteria is the ____.

A) asterisk (*)
B) exclamation point (!)
C) tilde (~)
D) question mark (?)
Question
The >= comparison operator means ____.

A) less than or greater than
B) within
C) in
D) greater than or equal to
Question
<strong>  In the accompanying figure, what is the primary key field of the Tours table?</strong> A) TourNo B) Customers C) Sales D) Tours <div style=padding-top: 35px> In the accompanying figure, what is the primary key field of the Tours table?

A) TourNo
B) Customers
C) Sales
D) Tours
Question
An SQL statement determines how the resulting records are sorted after the ____ keyword.

A) SELECT
B) LINK
C) FROM
D) ORDER BY
Question
The wildcard character that represents one character in query criteria is the ____.

A) asterisk (*)
B) exclamation point (!)
C) tilde (~)
D) question mark (?)
Question
The < comparison operator means ____.

A) greater than
B) less than
C) like
D) not
Question
<strong>  In the accompanying figure, 1 refers to a ____.</strong> A) function B) operator C) expression D) calculated field name <div style=padding-top: 35px> In the accompanying figure, 1 refers to a ____.

A) function
B) operator
C) expression
D) calculated field name
Question
In Query Design View, primary key fields in a field list are ____.

A) underlined
B) the first field listed
C) the last field listed
D) indicated with a key icon
Question
<strong>  In the accompanying figure, item 3 points to ____.</strong> A) a field from the Payments table B) a field from the Tours table C) the Payments field list D) the Sales field list <div style=padding-top: 35px> In the accompanying figure, item 3 points to ____.

A) a field from the Payments table
B) a field from the Tours table
C) the Payments field list
D) the Sales field list
Question
A(n) ____ query is used to calculate statistics about a group of records.
Question
A summary query calculates statistics about ____.

A) one record
B) groups of records
C) one field
D) groups of fields
Question
Which arithmetic operator signifies exponentiation?

A) #
B) *
C) /
D) ^
Question
Use the ____ check box in the query design grid to select or unselect a field to display in the resulting datasheet.
Question
Which function should you use to calculate the monthly payment on a loan?

A) PMT
B) LOAN
C) PAY
D) RATE
Question
Which query wizard helps you build a crosstab query?

A) Select Query Wizard
B) Crosstab Query Wizard
C) Simple Query Wizard
D) Find Aggregates Query Wizard
Question
Use the ____ Query Wizard to guide you through the steps of creating a crosstab query.
Question
____ queries summarize data in which one or more fields are chosen for the row headings, another for the column heading, and yet another for the field summarized within the datasheet itself.
Question
The Find ____ Query Wizard is used to determine whether a table contains duplicate values in one or more fields.
Question
The ____ function returns the number of characters in a field.
Question
Which aggregate function would NOT work well on a Short Text field?

A) Sum
B) Min
C) Max
D) Count
Question
When you create a summary query, which row is added to the query design grid?

A) Criteria
B) Table
C) Field
D) Total
Question
Which row in the query design grid identifies which of the three positions each field takes in the crosstab query?

A) Group By row
B) Total row
C) Values row
D) Crosstab row
Question
The data displayed in a query is sometimes called a(n) ____ view of the data.
Question
Which function should you use to calculate today's current date?

A) CURRENT
B) DATE
C) YEAR
D) DAY
Question
Which aggregate function is used to find the number of values in a field?

A) Values
B) Num
C) Number
D) Count
Question
The ____ function returns a number of characters from the first part of a field.
Question
Which aggregate function is used to find the average of values in a field?

A) Avg
B) Average
C) Mean
D) Mode
Question
Which arithmetic operator signifies division?

A) ^
B) *
C) /
D) \
Question
Which aggregate function is used to find the total of values in a field?

A) Sum
B) Sub
C) Subtotal
D) Total
Question
  In the query shown in the accompanying figure, what are the names of the tables involved in the query?<div style=padding-top: 35px> In the query shown in the accompanying figure, what are the names of the tables involved in the query?
Question
Explain the relationship between the Like operator and the wildcard character using an example that describes how to create criteria for all values in a CompanyName field that start with the letter J.
Question
  In the query shown in the accompanying figure, what sort orders have been specified?<div style=padding-top: 35px> In the query shown in the accompanying figure, what sort orders have been specified?
Question
Match between columns
An asterisk or question mark used in a query
Sort
An asterisk or question mark used in a query
Function
An asterisk or question mark used in a query
Calculated field
An asterisk or question mark used in a query
Expression
An asterisk or question mark used in a query
Aggregate function
An asterisk or question mark used in a query
Wildcard character
A predefined Access formula that returns a value such as a subtotal or count
Sort
A predefined Access formula that returns a value such as a subtotal or count
Function
A predefined Access formula that returns a value such as a subtotal or count
Calculated field
A predefined Access formula that returns a value such as a subtotal or count
Expression
A predefined Access formula that returns a value such as a subtotal or count
Aggregate function
A predefined Access formula that returns a value such as a subtotal or count
Wildcard character
A statistic such as a subtotal or count is determined on a given field in a group of records
Sort
A statistic such as a subtotal or count is determined on a given field in a group of records
Function
A statistic such as a subtotal or count is determined on a given field in a group of records
Calculated field
A statistic such as a subtotal or count is determined on a given field in a group of records
Expression
A statistic such as a subtotal or count is determined on a given field in a group of records
Aggregate function
A statistic such as a subtotal or count is determined on a given field in a group of records
Wildcard character
A datasheet's records are placed in a determined order
Sort
A datasheet's records are placed in a determined order
Function
A datasheet's records are placed in a determined order
Calculated field
A datasheet's records are placed in a determined order
Expression
A datasheet's records are placed in a determined order
Aggregate function
A datasheet's records are placed in a determined order
Wildcard character
A field of data that is created based on values of other fields
Sort
A field of data that is created based on values of other fields
Function
A field of data that is created based on values of other fields
Calculated field
A field of data that is created based on values of other fields
Expression
A field of data that is created based on values of other fields
Aggregate function
A field of data that is created based on values of other fields
Wildcard character
A combination of field names, operators and functions
Sort
A combination of field names, operators and functions
Function
A combination of field names, operators and functions
Calculated field
A combination of field names, operators and functions
Expression
A combination of field names, operators and functions
Aggregate function
A combination of field names, operators and functions
Wildcard character
Question
  You want to add the PaymentDate field from the Payments table in the query shown in the accompanying figure. Describe how you can do this.<div style=padding-top: 35px> You want to add the PaymentDate field from the Payments table in the query shown in the accompanying figure. Describe how you can do this.
Question
SQL statements start with the FROM keyword.
Question
In SQL, the FROM keyword determines how records are sorted.
Question
  Describe the one-to-many relationships of the tables shown in the accompanying figure.<div style=padding-top: 35px> Describe the one-to-many relationships of the tables shown in the accompanying figure.
Question
Explain the position and purpose for the three typical field positions used in a crosstab query.
Question
The Find ____ Query Wizard is used to find records in one table that do not have related records in another table.
Question
In Query Design View, you can drag the edge of a(n) field list to resize it.
Question
When you are saving a query, you are saving a set of instructions written in Standard Query Language.
Question
The > operator means less than in a query.
Question
Discuss the use of the * wildcard character in query criteria.
Question
Syntax are tests, or limiting conditions, that must be true for a record to be selected for a datasheet in a query.
Question
Filtering refers to reordering records in either ascending or descending order based on the values in the field.
Question
Queries evaluate sort orders from left to right .
Question
  You want to search for all last names beginning with the letter M in the query shown in the accompanying figure. Describe how to do this.<div style=padding-top: 35px> You want to search for all last names beginning with the letter M in the query shown in the accompanying figure. Describe how to do this.
Question
When a query is saved, it saves VBA statements.
Question
You can view the SQL code for any query by switching to Code View.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/80
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 6: Modifying the Database Structure
1
You can specify more than one sort field in Query Design View.
True
2
A select query can be used to develop summary calculations, such as the sum of the values in a field.
False
3
OR queries narrow the number of records that will appear in the datasheet because a record must be true for all criteria.
False
4
  In the accompanying figure, the criteria in the first row of the query would be considered AND criteria. In the accompanying figure, the criteria in the first row of the query would be considered AND criteria.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
5
Deleting a field from the query design grid deletes it from the database table that contains that field.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
6
Access helps you with criteria syntax in the query design grid.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
7
Which type of query retrieves data from one or more linked tables and displays the results in a datasheet?

A) Common
B) Select
C) Linking
D) Web
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
8
If you change a customer name from "Miller" to "Millen" in a query's datasheet, you will need to make the update in any other query that also displays this customer's name.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
9
When you open a query in Datasheet View, you run it.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
10
In a query, the operator means not equal.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
11
<strong>  In the accompanying figure, item 2 refers to a(n) ____.</strong> A) field list B) one-to-many link line C) query design grid D) Show Table window In the accompanying figure, item 2 refers to a(n) ____.

A) field list
B) one-to-many link line
C) query design grid
D) Show Table window
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
12
A query can display fields from one or more tables in a relational database.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
13
A select query is the most common type of query.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
14
  In the accompanying figure, the criteria in the TourStartDate column would be considered OR criteria. In the accompanying figure, the criteria in the TourStartDate column would be considered OR criteria.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
15
Each criteria row of the query design grid is evaluated separately.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
16
Sort orders defined in Query Design View are not saved with the query object.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
17
Multiple criteria added to the same line of the query design grid means that each must be true for the record to appear in the datasheet.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
18
<strong>  In the accompanying figure, fields from how many tables will display on the datasheet?</strong> A) 1 B) 2 C) 3 D) 4 In the accompanying figure, fields from how many tables will display on the datasheet?

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
19
In Query Design View, one-to-many join lines identify linking fields between related tables.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
20
In Query Design View, a table's name displays in the field list title bar.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
21
<strong>  In the accompanying figure, item 1 refers to a(n) ____.</strong> A) table name B) field list C) query design grid D) one-to-many join line In the accompanying figure, item 1 refers to a(n) ____.

A) table name
B) field list
C) query design grid
D) one-to-many join line
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
22
An SQL statement determines how the tables are joined after the ____ keyword

A) SELECT
B) RELATE
C) FROM
D) ORDER BY
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
23
<strong>  In the accompanying figure, how many fields will display on the resulting datasheet?</strong> A) 3 B) 4 C) 5 D) 6 In the accompanying figure, how many fields will display on the resulting datasheet?

A) 3
B) 4
C) 5
D) 6
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
24
An SQL statement determines what fields are selected after the ____ keyword.

A) SELECT
B) FROM
C) ORDER BY
D) LIST
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
25
A(n) ____ character is used in criteria to represent any combination of characters.

A) Wildcard
B) Default
C) Criteria
D) Expression
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
26
The < comparison operator means ____.

A) less than
B) not equal to
C) greater than
D) null
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
27
In the query design grid, what characters surround text criteria?

A) Pound signs (#)
B) Dollar signs ($)
C) Percent signs (%)
D) Quotation marks ("")
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
28
<strong>  How many calculated fields are shown in the accompanying figure?</strong> A) 1 B) 2 C) 3 D) 4 How many calculated fields are shown in the accompanying figure?

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
29
When the comparison operator Null is used as criteria in the query design grid, the query finds records in which ____.

A) the value is not equal to the text "Null"
B) the field value is equal to the text "Null"
C) any value has been entered for a field
D) no value has been entered for a field
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
30
____ criteria are two or more criteria on the same Criteria row of the query design grid.

A) OR
B) Expand
C) AND
D) Wildcard
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
31
The > comparison operator means ____.

A) greater than
B) greater than or equal to
C) less than
D) less than or equal to
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
32
The wildcard character that represents any combination of characters in query criteria is the ____.

A) asterisk (*)
B) exclamation point (!)
C) tilde (~)
D) question mark (?)
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
33
The >= comparison operator means ____.

A) less than or greater than
B) within
C) in
D) greater than or equal to
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
34
<strong>  In the accompanying figure, what is the primary key field of the Tours table?</strong> A) TourNo B) Customers C) Sales D) Tours In the accompanying figure, what is the primary key field of the Tours table?

A) TourNo
B) Customers
C) Sales
D) Tours
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
35
An SQL statement determines how the resulting records are sorted after the ____ keyword.

A) SELECT
B) LINK
C) FROM
D) ORDER BY
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
36
The wildcard character that represents one character in query criteria is the ____.

A) asterisk (*)
B) exclamation point (!)
C) tilde (~)
D) question mark (?)
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
37
The < comparison operator means ____.

A) greater than
B) less than
C) like
D) not
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
38
<strong>  In the accompanying figure, 1 refers to a ____.</strong> A) function B) operator C) expression D) calculated field name In the accompanying figure, 1 refers to a ____.

A) function
B) operator
C) expression
D) calculated field name
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
39
In Query Design View, primary key fields in a field list are ____.

A) underlined
B) the first field listed
C) the last field listed
D) indicated with a key icon
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
40
<strong>  In the accompanying figure, item 3 points to ____.</strong> A) a field from the Payments table B) a field from the Tours table C) the Payments field list D) the Sales field list In the accompanying figure, item 3 points to ____.

A) a field from the Payments table
B) a field from the Tours table
C) the Payments field list
D) the Sales field list
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
41
A(n) ____ query is used to calculate statistics about a group of records.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
42
A summary query calculates statistics about ____.

A) one record
B) groups of records
C) one field
D) groups of fields
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
43
Which arithmetic operator signifies exponentiation?

A) #
B) *
C) /
D) ^
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
44
Use the ____ check box in the query design grid to select or unselect a field to display in the resulting datasheet.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
45
Which function should you use to calculate the monthly payment on a loan?

A) PMT
B) LOAN
C) PAY
D) RATE
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
46
Which query wizard helps you build a crosstab query?

A) Select Query Wizard
B) Crosstab Query Wizard
C) Simple Query Wizard
D) Find Aggregates Query Wizard
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
47
Use the ____ Query Wizard to guide you through the steps of creating a crosstab query.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
48
____ queries summarize data in which one or more fields are chosen for the row headings, another for the column heading, and yet another for the field summarized within the datasheet itself.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
49
The Find ____ Query Wizard is used to determine whether a table contains duplicate values in one or more fields.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
50
The ____ function returns the number of characters in a field.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
51
Which aggregate function would NOT work well on a Short Text field?

A) Sum
B) Min
C) Max
D) Count
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
52
When you create a summary query, which row is added to the query design grid?

A) Criteria
B) Table
C) Field
D) Total
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
53
Which row in the query design grid identifies which of the three positions each field takes in the crosstab query?

A) Group By row
B) Total row
C) Values row
D) Crosstab row
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
54
The data displayed in a query is sometimes called a(n) ____ view of the data.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
55
Which function should you use to calculate today's current date?

A) CURRENT
B) DATE
C) YEAR
D) DAY
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
56
Which aggregate function is used to find the number of values in a field?

A) Values
B) Num
C) Number
D) Count
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
57
The ____ function returns a number of characters from the first part of a field.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
58
Which aggregate function is used to find the average of values in a field?

A) Avg
B) Average
C) Mean
D) Mode
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
59
Which arithmetic operator signifies division?

A) ^
B) *
C) /
D) \
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
60
Which aggregate function is used to find the total of values in a field?

A) Sum
B) Sub
C) Subtotal
D) Total
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
61
  In the query shown in the accompanying figure, what are the names of the tables involved in the query? In the query shown in the accompanying figure, what are the names of the tables involved in the query?
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
62
Explain the relationship between the Like operator and the wildcard character using an example that describes how to create criteria for all values in a CompanyName field that start with the letter J.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
63
  In the query shown in the accompanying figure, what sort orders have been specified? In the query shown in the accompanying figure, what sort orders have been specified?
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
64
Match between columns
An asterisk or question mark used in a query
Sort
An asterisk or question mark used in a query
Function
An asterisk or question mark used in a query
Calculated field
An asterisk or question mark used in a query
Expression
An asterisk or question mark used in a query
Aggregate function
An asterisk or question mark used in a query
Wildcard character
A predefined Access formula that returns a value such as a subtotal or count
Sort
A predefined Access formula that returns a value such as a subtotal or count
Function
A predefined Access formula that returns a value such as a subtotal or count
Calculated field
A predefined Access formula that returns a value such as a subtotal or count
Expression
A predefined Access formula that returns a value such as a subtotal or count
Aggregate function
A predefined Access formula that returns a value such as a subtotal or count
Wildcard character
A statistic such as a subtotal or count is determined on a given field in a group of records
Sort
A statistic such as a subtotal or count is determined on a given field in a group of records
Function
A statistic such as a subtotal or count is determined on a given field in a group of records
Calculated field
A statistic such as a subtotal or count is determined on a given field in a group of records
Expression
A statistic such as a subtotal or count is determined on a given field in a group of records
Aggregate function
A statistic such as a subtotal or count is determined on a given field in a group of records
Wildcard character
A datasheet's records are placed in a determined order
Sort
A datasheet's records are placed in a determined order
Function
A datasheet's records are placed in a determined order
Calculated field
A datasheet's records are placed in a determined order
Expression
A datasheet's records are placed in a determined order
Aggregate function
A datasheet's records are placed in a determined order
Wildcard character
A field of data that is created based on values of other fields
Sort
A field of data that is created based on values of other fields
Function
A field of data that is created based on values of other fields
Calculated field
A field of data that is created based on values of other fields
Expression
A field of data that is created based on values of other fields
Aggregate function
A field of data that is created based on values of other fields
Wildcard character
A combination of field names, operators and functions
Sort
A combination of field names, operators and functions
Function
A combination of field names, operators and functions
Calculated field
A combination of field names, operators and functions
Expression
A combination of field names, operators and functions
Aggregate function
A combination of field names, operators and functions
Wildcard character
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
65
  You want to add the PaymentDate field from the Payments table in the query shown in the accompanying figure. Describe how you can do this. You want to add the PaymentDate field from the Payments table in the query shown in the accompanying figure. Describe how you can do this.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
66
SQL statements start with the FROM keyword.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
67
In SQL, the FROM keyword determines how records are sorted.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
68
  Describe the one-to-many relationships of the tables shown in the accompanying figure. Describe the one-to-many relationships of the tables shown in the accompanying figure.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
69
Explain the position and purpose for the three typical field positions used in a crosstab query.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
70
The Find ____ Query Wizard is used to find records in one table that do not have related records in another table.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
71
In Query Design View, you can drag the edge of a(n) field list to resize it.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
72
When you are saving a query, you are saving a set of instructions written in Standard Query Language.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
73
The > operator means less than in a query.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
74
Discuss the use of the * wildcard character in query criteria.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
75
Syntax are tests, or limiting conditions, that must be true for a record to be selected for a datasheet in a query.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
76
Filtering refers to reordering records in either ascending or descending order based on the values in the field.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
77
Queries evaluate sort orders from left to right .
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
78
  You want to search for all last names beginning with the letter M in the query shown in the accompanying figure. Describe how to do this. You want to search for all last names beginning with the letter M in the query shown in the accompanying figure. Describe how to do this.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
79
When a query is saved, it saves VBA statements.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
80
You can view the SQL code for any query by switching to Code View.
Unlock Deck
Unlock for access to all 80 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 80 flashcards in this deck.