Deck 5: Creating Advanced Queries and Enhancing Table Design

Full screen (f)
exit full mode
Question
The ____ function tests a condition and returns one of two values; the function returns the first value if the condition is true and the second value if the condition is false.

A)IIf
B)Pmt
C)IsNull
D)NPV
Use Space or
up arrow
down arrow
to flip the card.
Question
Yes/No field values are stored in an Access database as a --1 for a checked value and a 0 for an unchecked value.
Question
A pattern match selects records whose values for the designated field matches one of two or more simple condition values.
Question
A parameter query displays a dialog box that prompts the user to enter one or more values when the query is run. ____________________
Question
The format field command freezes a field (column)in a datasheet so that the field stays visible when the user scrolls to the right while viewing the datasheet. ____________________
Question
A value of true will be returned if a field is empty when the IsNull function is used.
Question
A nonnull field is a field that contains any data at all, including a single space.
Question
The standard naming convention prefix tag for a query used to identify the object type is ____.

A)Query
B)QURY
C)qry
D)QRY#
Question
A summarized record for each unique field value is displayed in a crosstab query.
Question
The Like comparison operator is used to select records by matching field values to a specific pattern that includes one or more of the wildcard characters (*, ?, #)in a query. ____________________
Question
Which of the following illustrates a calculated field with the name of the calculated field in the proper format?

A)[Donation] =2500
B)DonationsGreaterThan2500: [Donation] =2500
C)=2500[Donation]
D)[Donation]:DonationsGreaterThan2500: =2500
Question
Joining two or more fields in a calculated field using an expression such as  =Title " " FirstName " " LastName is an example of concatenation . ____________________
Question
An input mask property cannot be changed after the Input Mask Wizard closes.
Question
Tables used in a find unmatched query must have a common field . ____________________
Question
A calculated query uses aggregate functions to perform arithmetic operations on selected records.
Question
When using the IIF function, each part of the function is separated by a colon . ____________________
Question
An input mask with a 0 character indicates that only a digit can be entered as the value and that the entry is optional . ____________________
Question
When using the IIf function, a condition is tested, and if the condition is false , the first value of the condition is returned by the function. ____________________
Question
Max is an example of a(n)logical function used in a crosstab query. ____________________
Question
Any type of Access object may be deleted from the Tables Pane using the Delete command on the shortcut menu. ____________________
Question
Setting the ____ field property to Yes instructs Access to keep an historical record of all versions of the Long Text field value.

A)Append Only
B)Validation Rule
C)Input Max
D)Default Value
Question
The calculated expression =City "," State " " ZipCode is an example of ____.

A)concatenation
B)ampersand
C)AutoFilter
D)a parameter query
Question
Which of the following is an example of a parameter query prompt criterion?

A)[Type the state:]
B)Prompt: "Type the state:"
C)*Type the state:*
D){Type the state:}
Question
The aggregate function which returns the number of nonnull field values is the ____ function.

A)Max
B)Sum
C)Avg
D)Count
Question
Validation Rules are entered in the ____

A)Navigation Pane
B)datasheet
C)dependent object
D)Field Properties Pane
Question
Which comparison operator defines a condition with a list of two or more values for a field and includes records when the field matches one value from the list in the query results?

A)Like
B)Between
C)In
D)Or
Question
In an input mask, the letter ____ indicates that a letter or digit must be entered, and the entry is required.

A)A
B)a
C)C
D)L
Question
The office manager at Riverview Veterinary Care Center would like to create a query which displays all patients who have not yet received their yearly check up. She will use the  qryAnimalsAndOwners  and  tblVisit table  to create the query. Which type of query will most likely create the desired results?

A)crosstab query
B)find unmatched query
C)simple query
D)find duplicates query
Question
A Social Security Number which appears in the format 123-456-7891 is an example of a(n)____.

A)field value
B)predefined input mask
C)aggregate function
D)variance
Question
The ____ comparison operator is used to select records by matching field values specific to a pattern that includes one or more wildcard characters.

A)Between
B)More
C)In
D)Like
Question
The value of a field containing no information is a ____ value.

A)blank
B)zero
C)concatenated
D)null
Question
In crosstab query results, the value of a checked Yes/No data type field will display as ____.

A)0
B)1
C)-1
D)+1
Question
The input mask character ____ indicates that a letter only must be entered, and the entry is required.

A)A
B)C
C)L
Question
Which of the following examples shows an input mask for a telephone number with the first three digits optional and dashes separating the parts of the telephone number?

A)999\-000\-0000
B)999-000-9999
C)999\000\0000
D)000\-999\-9999
Question
Rich text formatting available for Long Text fields includes ____.

A)paragraph styles
B)font options
C)themes
D)borders
Question
To add more flexibility and functionality to a parameter query, comparison operators, such as ___, may be added to the original criterion.

A)Like
B)Unlike
C)IsIn
D)IsNull
Question
Which of the following pattern match selection criteria would return zip codes with the characters 704 in the first three spaces.

A)IIf (704*)
B)Like "704*"
C)Like *704*
D)Find "704*"
Question
A ____ query uses functions, such as Sum and Count, to perform arithmetic operations on selected records.

A)parameter
B)select
C)crosstab
D)simple
Question
A criterion may be negated by using the ____ logical operator.

A)And
B)Or
C)Like
D)Not
Question
Crosstab queries may use which of the following aggregate functions?

A)Like
B)Not
C)Var
D)Between
Question
When creating an input mask, the ____ input mask character is used to indicate that the following character will be a literal display of that character.

A)#
B)
C)\
D)!
Question
A standard language used in querying, updating, and managing relational databases is ____________________.
Question
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos needs to decide which cooking demonstrations to offer next month. He would like to offer his five most popular demonstrations. Which method would be best for Carlos to use to find this information from his database?

A)use a calculated field in the CookingDemo table to calculate how many people signed up for each demonstration
B)manually count the number of people who attended each demonstration
C)create a top values query based on the field in the CookingDemo table that lists the number of participants
D)create a pattern match in a query based on the Customer table
Question
To avoid the display of a security warning when opening a database, place the database ____.

A)on a flash drive
B)only on a hard drive
C)in an external folder on an external drive
D)in a trusted folder
Question
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​Carlos would like to create a query based on the Customer table that allows him to type in the name of the cooking demonstration for which the query will run. Which type of query should Carlos create so that he can type in the name of the cooking demonstration before the query runs?

A)parameter query
B)top values query
C)crosstab query
D)pattern match query
Question
You can define a condition with a list of two or more values for a field by using the ____ comparison operator.

A)Like
B)While
C)Between
D)In
Question
Which Access object(s)may be used when creating a lookup field to select values?

A)table
B)form
C)report
D)both table and report
Question
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​ Carlos has decided to market his cooking demonstrations based on his most abundant products. To do that he needs to know the quantity of each product by category (such as beef, green vegetables, peppers, etc.)Because each product in the Products table is assigned a category in the Category field, he will create a query that lists the categories in rows in the datasheet and the product totals as columns in the datasheet when the query is run. Which type of query will Carlos create?

A)crosstab query
B)parameter query
C)simple query
D)top values query
Question
A select query that finds duplicate records in a table or query is a ____________________ query.
Question
An expression that calculates the values of the data in a field is contained in a ____________________ field.
Question
The ____________________ aggregate function returns the average of the field values.
Question
Which type of query would show results indicating two different student ID numbers have been assigned to the same student?

A)simple query
B)find unmatched query
C)find duplicates query
D)crosstab query
Question
The ____________________ button in the Sort Filter group on the Home tab is used to remove the current filter in a dataset or to reapply a filter.
Question
____________________ perform arithmetic operations on selected records in a crosstab query.
Question
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​As Carlos plans for the fall planting season, he would like to bundle all of his shipments from the Organic Opportunities supplier into one shipment. He needs to know which products he has previously ordered from Organic Opportunities. Which method will quickly produce the results Carlos needs?

A)create a calculated query using the Products table
B)create a find unmatched query using the Suppliers table
C)use a lookup field in the Products table
D)use the AutoFilter option in the Supplier table for the appropriate field
Question
Case Based Critical Thinking Questions
Case 5-2
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
​ Marie creates the following expression as a new field in the query that she will use to create the report requested by the doctor PatientName: [LastName] ", " [FirstName] . This expression is an example of ____.

A)IsNull
B)concatenation
C)nonnull
D)an expression using a logical operator
Question
It is a good idea to ____ the database before using compact and repair to keep the database safe from hardware and software malfunctions.

A)use a second computer to save
B)run a virus check on
C)make a backup copy of
D)proofread
Question
Case Based Critical Thinking Questions
Case 5-2
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
​ Because the doctor wants all data entered for parents and guardians regardless of the data in the field, Marie must create a calculated field in the query with a function that tests the Mother, Father, and Guardian fields for a condition that is either true or false. If the condition is true, one result will be displayed, and if the condition is false a different result will be displayed. Which function should Marie use for this calculated field?

A)Input
B)IIf
C)nonnull
D)IsError
Question
Which query wizard allows the user to choose the field that will be calculated for each row and column intersection?

A)Find Duplicates Query Wizard
B)Crosstab Query Wizard
C)Simple Query Wizard
D)Find Unmatched Query Wizard
Question
An input mask may be created for any field with the ____ or ____ data type.

A)Short Text, Number
B)Number, Currency
C)Long Text, Currency
D)Currency, Autonumber
Question
Match between columns
A field data type that allows text values to be entered up to 65,535 characters.
find unmatched query
A field data type that allows text values to be entered up to 65,535 characters.
SQL (Structured Query Language)
A field data type that allows text values to be entered up to 65,535 characters.
list-of-values match
A field data type that allows text values to be entered up to 65,535 characters.
table validation rule
A field data type that allows text values to be entered up to 65,535 characters.
Long Text
A field data type that allows text values to be entered up to 65,535 characters.
lookup field
A field data type that allows text values to be entered up to 65,535 characters.
pattern match
A field data type that allows text values to be entered up to 65,535 characters.
Validation Rule
A field data type that allows text values to be entered up to 65,535 characters.
find duplicates query
A field data type that allows text values to be entered up to 65,535 characters.
property propagation
Question
When creating a find unmatched query using the query wizard, Matching fields will be joined automatically if a ____________________ is already defined between the two selected objects.
Question
Match between columns
A standard query language used in querying, updating, and managing relational databases.
find unmatched query
A standard query language used in querying, updating, and managing relational databases.
SQL (Structured Query Language)
A standard query language used in querying, updating, and managing relational databases.
list-of-values match
A standard query language used in querying, updating, and managing relational databases.
table validation rule
A standard query language used in querying, updating, and managing relational databases.
Long Text
A standard query language used in querying, updating, and managing relational databases.
lookup field
A standard query language used in querying, updating, and managing relational databases.
pattern match
A standard query language used in querying, updating, and managing relational databases.
Validation Rule
A standard query language used in querying, updating, and managing relational databases.
find duplicates query
A standard query language used in querying, updating, and managing relational databases.
property propagation
Question
Match between columns
A rule that is set when the validation involves multiple fields.
find unmatched query
A rule that is set when the validation involves multiple fields.
SQL (Structured Query Language)
A rule that is set when the validation involves multiple fields.
list-of-values match
A rule that is set when the validation involves multiple fields.
table validation rule
A rule that is set when the validation involves multiple fields.
Long Text
A rule that is set when the validation involves multiple fields.
lookup field
A rule that is set when the validation involves multiple fields.
pattern match
A rule that is set when the validation involves multiple fields.
Validation Rule
A rule that is set when the validation involves multiple fields.
find duplicates query
A rule that is set when the validation involves multiple fields.
property propagation
Question
Match between columns
A select query that finds duplicate records in a table or query.
find unmatched query
A select query that finds duplicate records in a table or query.
SQL (Structured Query Language)
A select query that finds duplicate records in a table or query.
list-of-values match
A select query that finds duplicate records in a table or query.
table validation rule
A select query that finds duplicate records in a table or query.
Long Text
A select query that finds duplicate records in a table or query.
lookup field
A select query that finds duplicate records in a table or query.
pattern match
A select query that finds duplicate records in a table or query.
Validation Rule
A select query that finds duplicate records in a table or query.
find duplicates query
A select query that finds duplicate records in a table or query.
property propagation
Question
The Top Values query property allows the user to limit the number of records in the query results by using a preset value, by entering an integer, or by selecting a(n)____________________.
Question
Match between columns
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
find unmatched query
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
SQL (Structured Query Language)
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
list-of-values match
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
table validation rule
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
Long Text
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
lookup field
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
pattern match
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
Validation Rule
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
find duplicates query
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
property propagation
Question
Valid values that may be entered in a field are specified using the ____________________ propoerty.
Question
Match between columns
A field that allows the user to select a value from a list of possible values to enter data in the field.
find unmatched query
A field that allows the user to select a value from a list of possible values to enter data in the field.
SQL (Structured Query Language)
A field that allows the user to select a value from a list of possible values to enter data in the field.
list-of-values match
A field that allows the user to select a value from a list of possible values to enter data in the field.
table validation rule
A field that allows the user to select a value from a list of possible values to enter data in the field.
Long Text
A field that allows the user to select a value from a list of possible values to enter data in the field.
lookup field
A field that allows the user to select a value from a list of possible values to enter data in the field.
pattern match
A field that allows the user to select a value from a list of possible values to enter data in the field.
Validation Rule
A field that allows the user to select a value from a list of possible values to enter data in the field.
find duplicates query
A field that allows the user to select a value from a list of possible values to enter data in the field.
property propagation
Question
Table Validation Rules are entered using the ____________________ for a table.
Question
Match between columns
Selects records for the designated field when the value matches one of two or more condition values.
find unmatched query
Selects records for the designated field when the value matches one of two or more condition values.
SQL (Structured Query Language)
Selects records for the designated field when the value matches one of two or more condition values.
list-of-values match
Selects records for the designated field when the value matches one of two or more condition values.
table validation rule
Selects records for the designated field when the value matches one of two or more condition values.
Long Text
Selects records for the designated field when the value matches one of two or more condition values.
lookup field
Selects records for the designated field when the value matches one of two or more condition values.
pattern match
Selects records for the designated field when the value matches one of two or more condition values.
Validation Rule
Selects records for the designated field when the value matches one of two or more condition values.
find duplicates query
Selects records for the designated field when the value matches one of two or more condition values.
property propagation
Question
Match between columns
The capability of a database to update field properties in objects automatically when a table field property is modified.
lookup field
The capability of a database to update field properties in objects automatically when a table field property is modified.
find unmatched query
The capability of a database to update field properties in objects automatically when a table field property is modified.
SQL (Structured Query Language)
The capability of a database to update field properties in objects automatically when a table field property is modified.
list-of-values match
The capability of a database to update field properties in objects automatically when a table field property is modified.
table validation rule
The capability of a database to update field properties in objects automatically when a table field property is modified.
Long Text
The capability of a database to update field properties in objects automatically when a table field property is modified.
pattern match
The capability of a database to update field properties in objects automatically when a table field property is modified.
Validation Rule
The capability of a database to update field properties in objects automatically when a table field property is modified.
find duplicates query
The capability of a database to update field properties in objects automatically when a table field property is modified.
property propagation
Question
Fields and criteria that will be used in a query are contained in the ____________________ when creating a query.
Question
Match between columns
A select query that finds all records in a table or query that have no related records in the second table or query.
SQL (Structured Query Language)
A select query that finds all records in a table or query that have no related records in the second table or query.
list-of-values match
A select query that finds all records in a table or query that have no related records in the second table or query.
table validation rule
A select query that finds all records in a table or query that have no related records in the second table or query.
Long Text
A select query that finds all records in a table or query that have no related records in the second table or query.
lookup field
A select query that finds all records in a table or query that have no related records in the second table or query.
find unmatched query
A select query that finds all records in a table or query that have no related records in the second table or query.
pattern match
A select query that finds all records in a table or query that have no related records in the second table or query.
Validation Rule
A select query that finds all records in a table or query that have no related records in the second table or query.
find duplicates query
A select query that finds all records in a table or query that have no related records in the second table or query.
property propagation
Question
Match between columns
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
property propagation
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
find unmatched query
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
SQL (Structured Query Language)
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
list-of-values match
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
table validation rule
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
Long Text
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
lookup field
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
pattern match
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
Validation Rule
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
find duplicates query
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Creating Advanced Queries and Enhancing Table Design
1
The ____ function tests a condition and returns one of two values; the function returns the first value if the condition is true and the second value if the condition is false.

A)IIf
B)Pmt
C)IsNull
D)NPV
A
2
Yes/No field values are stored in an Access database as a --1 for a checked value and a 0 for an unchecked value.
True
3
A pattern match selects records whose values for the designated field matches one of two or more simple condition values.
False
4
A parameter query displays a dialog box that prompts the user to enter one or more values when the query is run. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
5
The format field command freezes a field (column)in a datasheet so that the field stays visible when the user scrolls to the right while viewing the datasheet. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
6
A value of true will be returned if a field is empty when the IsNull function is used.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
7
A nonnull field is a field that contains any data at all, including a single space.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
8
The standard naming convention prefix tag for a query used to identify the object type is ____.

A)Query
B)QURY
C)qry
D)QRY#
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
9
A summarized record for each unique field value is displayed in a crosstab query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
10
The Like comparison operator is used to select records by matching field values to a specific pattern that includes one or more of the wildcard characters (*, ?, #)in a query. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following illustrates a calculated field with the name of the calculated field in the proper format?

A)[Donation] =2500
B)DonationsGreaterThan2500: [Donation] =2500
C)=2500[Donation]
D)[Donation]:DonationsGreaterThan2500: =2500
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
12
Joining two or more fields in a calculated field using an expression such as  =Title " " FirstName " " LastName is an example of concatenation . ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
13
An input mask property cannot be changed after the Input Mask Wizard closes.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
14
Tables used in a find unmatched query must have a common field . ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
15
A calculated query uses aggregate functions to perform arithmetic operations on selected records.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
16
When using the IIF function, each part of the function is separated by a colon . ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
17
An input mask with a 0 character indicates that only a digit can be entered as the value and that the entry is optional . ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
18
When using the IIf function, a condition is tested, and if the condition is false , the first value of the condition is returned by the function. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
19
Max is an example of a(n)logical function used in a crosstab query. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
20
Any type of Access object may be deleted from the Tables Pane using the Delete command on the shortcut menu. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
21
Setting the ____ field property to Yes instructs Access to keep an historical record of all versions of the Long Text field value.

A)Append Only
B)Validation Rule
C)Input Max
D)Default Value
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
22
The calculated expression =City "," State " " ZipCode is an example of ____.

A)concatenation
B)ampersand
C)AutoFilter
D)a parameter query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
23
Which of the following is an example of a parameter query prompt criterion?

A)[Type the state:]
B)Prompt: "Type the state:"
C)*Type the state:*
D){Type the state:}
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
24
The aggregate function which returns the number of nonnull field values is the ____ function.

A)Max
B)Sum
C)Avg
D)Count
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
25
Validation Rules are entered in the ____

A)Navigation Pane
B)datasheet
C)dependent object
D)Field Properties Pane
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
26
Which comparison operator defines a condition with a list of two or more values for a field and includes records when the field matches one value from the list in the query results?

A)Like
B)Between
C)In
D)Or
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
27
In an input mask, the letter ____ indicates that a letter or digit must be entered, and the entry is required.

A)A
B)a
C)C
D)L
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
28
The office manager at Riverview Veterinary Care Center would like to create a query which displays all patients who have not yet received their yearly check up. She will use the  qryAnimalsAndOwners  and  tblVisit table  to create the query. Which type of query will most likely create the desired results?

A)crosstab query
B)find unmatched query
C)simple query
D)find duplicates query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
29
A Social Security Number which appears in the format 123-456-7891 is an example of a(n)____.

A)field value
B)predefined input mask
C)aggregate function
D)variance
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
30
The ____ comparison operator is used to select records by matching field values specific to a pattern that includes one or more wildcard characters.

A)Between
B)More
C)In
D)Like
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
31
The value of a field containing no information is a ____ value.

A)blank
B)zero
C)concatenated
D)null
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
32
In crosstab query results, the value of a checked Yes/No data type field will display as ____.

A)0
B)1
C)-1
D)+1
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
33
The input mask character ____ indicates that a letter only must be entered, and the entry is required.

A)A
B)C
C)L
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
34
Which of the following examples shows an input mask for a telephone number with the first three digits optional and dashes separating the parts of the telephone number?

A)999\-000\-0000
B)999-000-9999
C)999\000\0000
D)000\-999\-9999
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
35
Rich text formatting available for Long Text fields includes ____.

A)paragraph styles
B)font options
C)themes
D)borders
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
36
To add more flexibility and functionality to a parameter query, comparison operators, such as ___, may be added to the original criterion.

A)Like
B)Unlike
C)IsIn
D)IsNull
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the following pattern match selection criteria would return zip codes with the characters 704 in the first three spaces.

A)IIf (704*)
B)Like "704*"
C)Like *704*
D)Find "704*"
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
38
A ____ query uses functions, such as Sum and Count, to perform arithmetic operations on selected records.

A)parameter
B)select
C)crosstab
D)simple
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
39
A criterion may be negated by using the ____ logical operator.

A)And
B)Or
C)Like
D)Not
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
40
Crosstab queries may use which of the following aggregate functions?

A)Like
B)Not
C)Var
D)Between
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
41
When creating an input mask, the ____ input mask character is used to indicate that the following character will be a literal display of that character.

A)#
B)
C)\
D)!
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
42
A standard language used in querying, updating, and managing relational databases is ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
43
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
Carlos needs to decide which cooking demonstrations to offer next month. He would like to offer his five most popular demonstrations. Which method would be best for Carlos to use to find this information from his database?

A)use a calculated field in the CookingDemo table to calculate how many people signed up for each demonstration
B)manually count the number of people who attended each demonstration
C)create a top values query based on the field in the CookingDemo table that lists the number of participants
D)create a pattern match in a query based on the Customer table
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
44
To avoid the display of a security warning when opening a database, place the database ____.

A)on a flash drive
B)only on a hard drive
C)in an external folder on an external drive
D)in a trusted folder
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
45
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​Carlos would like to create a query based on the Customer table that allows him to type in the name of the cooking demonstration for which the query will run. Which type of query should Carlos create so that he can type in the name of the cooking demonstration before the query runs?

A)parameter query
B)top values query
C)crosstab query
D)pattern match query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
46
You can define a condition with a list of two or more values for a field by using the ____ comparison operator.

A)Like
B)While
C)Between
D)In
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
47
Which Access object(s)may be used when creating a lookup field to select values?

A)table
B)form
C)report
D)both table and report
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
48
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​ Carlos has decided to market his cooking demonstrations based on his most abundant products. To do that he needs to know the quantity of each product by category (such as beef, green vegetables, peppers, etc.)Because each product in the Products table is assigned a category in the Category field, he will create a query that lists the categories in rows in the datasheet and the product totals as columns in the datasheet when the query is run. Which type of query will Carlos create?

A)crosstab query
B)parameter query
C)simple query
D)top values query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
49
A select query that finds duplicate records in a table or query is a ____________________ query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
50
An expression that calculates the values of the data in a field is contained in a ____________________ field.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
51
The ____________________ aggregate function returns the average of the field values.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
52
Which type of query would show results indicating two different student ID numbers have been assigned to the same student?

A)simple query
B)find unmatched query
C)find duplicates query
D)crosstab query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
53
The ____________________ button in the Sort Filter group on the Home tab is used to remove the current filter in a dataset or to reapply a filter.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
54
____________________ perform arithmetic operations on selected records in a crosstab query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
55
Case Based Critical Thinking Questions
Case 5-1
Carlos has developed a database for his organic farm.The farm sells organic produce and meat. In addition to the retail sales of his products, he offers cooking demonstrations five times each month for a small fee. The demonstrations are limited to 10 people. The database contains the following tables: Products, ProductPrices, ProductCosts, Suppliers, Customers, and CookingDemos. The Products, Product Prices, Product Costs and Suppliers tables are related using the ProductID field. The Customers and CookingDemos tables are related on the CustomerID field. Carlos needs to make some decisions using his database. Determine the best method for Carlos to use to achieve the results he wants.
​As Carlos plans for the fall planting season, he would like to bundle all of his shipments from the Organic Opportunities supplier into one shipment. He needs to know which products he has previously ordered from Organic Opportunities. Which method will quickly produce the results Carlos needs?

A)create a calculated query using the Products table
B)create a find unmatched query using the Suppliers table
C)use a lookup field in the Products table
D)use the AutoFilter option in the Supplier table for the appropriate field
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
56
Case Based Critical Thinking Questions
Case 5-2
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
​ Marie creates the following expression as a new field in the query that she will use to create the report requested by the doctor PatientName: [LastName] ", " [FirstName] . This expression is an example of ____.

A)IsNull
B)concatenation
C)nonnull
D)an expression using a logical operator
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
57
It is a good idea to ____ the database before using compact and repair to keep the database safe from hardware and software malfunctions.

A)use a second computer to save
B)run a virus check on
C)make a backup copy of
D)proofread
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
58
Case Based Critical Thinking Questions
Case 5-2
Marie works for a busy pediatrician's office. The practice has a sophisticated database for all records and information that pertain to the practice. The doctor for whom she works is participating in an academic study, and she needs a report that lists the patient's name, date of birth, and the names of parents or guardians. The doctor would like to see the patient's full name in the format Lastname, Firstname even though they are separate fields in the database. She would also like to see the data for the fields Mother, Father, and Guardian, regardless of whether or not data is actually entered in those fields. Based on the doctor's requirements for the report, Marie must create a query on which to base the report.
​ Because the doctor wants all data entered for parents and guardians regardless of the data in the field, Marie must create a calculated field in the query with a function that tests the Mother, Father, and Guardian fields for a condition that is either true or false. If the condition is true, one result will be displayed, and if the condition is false a different result will be displayed. Which function should Marie use for this calculated field?

A)Input
B)IIf
C)nonnull
D)IsError
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
59
Which query wizard allows the user to choose the field that will be calculated for each row and column intersection?

A)Find Duplicates Query Wizard
B)Crosstab Query Wizard
C)Simple Query Wizard
D)Find Unmatched Query Wizard
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
60
An input mask may be created for any field with the ____ or ____ data type.

A)Short Text, Number
B)Number, Currency
C)Long Text, Currency
D)Currency, Autonumber
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
61
Match between columns
A field data type that allows text values to be entered up to 65,535 characters.
find unmatched query
A field data type that allows text values to be entered up to 65,535 characters.
SQL (Structured Query Language)
A field data type that allows text values to be entered up to 65,535 characters.
list-of-values match
A field data type that allows text values to be entered up to 65,535 characters.
table validation rule
A field data type that allows text values to be entered up to 65,535 characters.
Long Text
A field data type that allows text values to be entered up to 65,535 characters.
lookup field
A field data type that allows text values to be entered up to 65,535 characters.
pattern match
A field data type that allows text values to be entered up to 65,535 characters.
Validation Rule
A field data type that allows text values to be entered up to 65,535 characters.
find duplicates query
A field data type that allows text values to be entered up to 65,535 characters.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
62
When creating a find unmatched query using the query wizard, Matching fields will be joined automatically if a ____________________ is already defined between the two selected objects.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
63
Match between columns
A standard query language used in querying, updating, and managing relational databases.
find unmatched query
A standard query language used in querying, updating, and managing relational databases.
SQL (Structured Query Language)
A standard query language used in querying, updating, and managing relational databases.
list-of-values match
A standard query language used in querying, updating, and managing relational databases.
table validation rule
A standard query language used in querying, updating, and managing relational databases.
Long Text
A standard query language used in querying, updating, and managing relational databases.
lookup field
A standard query language used in querying, updating, and managing relational databases.
pattern match
A standard query language used in querying, updating, and managing relational databases.
Validation Rule
A standard query language used in querying, updating, and managing relational databases.
find duplicates query
A standard query language used in querying, updating, and managing relational databases.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
64
Match between columns
A rule that is set when the validation involves multiple fields.
find unmatched query
A rule that is set when the validation involves multiple fields.
SQL (Structured Query Language)
A rule that is set when the validation involves multiple fields.
list-of-values match
A rule that is set when the validation involves multiple fields.
table validation rule
A rule that is set when the validation involves multiple fields.
Long Text
A rule that is set when the validation involves multiple fields.
lookup field
A rule that is set when the validation involves multiple fields.
pattern match
A rule that is set when the validation involves multiple fields.
Validation Rule
A rule that is set when the validation involves multiple fields.
find duplicates query
A rule that is set when the validation involves multiple fields.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
65
Match between columns
A select query that finds duplicate records in a table or query.
find unmatched query
A select query that finds duplicate records in a table or query.
SQL (Structured Query Language)
A select query that finds duplicate records in a table or query.
list-of-values match
A select query that finds duplicate records in a table or query.
table validation rule
A select query that finds duplicate records in a table or query.
Long Text
A select query that finds duplicate records in a table or query.
lookup field
A select query that finds duplicate records in a table or query.
pattern match
A select query that finds duplicate records in a table or query.
Validation Rule
A select query that finds duplicate records in a table or query.
find duplicates query
A select query that finds duplicate records in a table or query.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
66
The Top Values query property allows the user to limit the number of records in the query results by using a preset value, by entering an integer, or by selecting a(n)____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
67
Match between columns
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
find unmatched query
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
SQL (Structured Query Language)
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
list-of-values match
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
table validation rule
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
Long Text
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
lookup field
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
pattern match
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
Validation Rule
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
find duplicates query
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
68
Valid values that may be entered in a field are specified using the ____________________ propoerty.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
69
Match between columns
A field that allows the user to select a value from a list of possible values to enter data in the field.
find unmatched query
A field that allows the user to select a value from a list of possible values to enter data in the field.
SQL (Structured Query Language)
A field that allows the user to select a value from a list of possible values to enter data in the field.
list-of-values match
A field that allows the user to select a value from a list of possible values to enter data in the field.
table validation rule
A field that allows the user to select a value from a list of possible values to enter data in the field.
Long Text
A field that allows the user to select a value from a list of possible values to enter data in the field.
lookup field
A field that allows the user to select a value from a list of possible values to enter data in the field.
pattern match
A field that allows the user to select a value from a list of possible values to enter data in the field.
Validation Rule
A field that allows the user to select a value from a list of possible values to enter data in the field.
find duplicates query
A field that allows the user to select a value from a list of possible values to enter data in the field.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
70
Table Validation Rules are entered using the ____________________ for a table.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
71
Match between columns
Selects records for the designated field when the value matches one of two or more condition values.
find unmatched query
Selects records for the designated field when the value matches one of two or more condition values.
SQL (Structured Query Language)
Selects records for the designated field when the value matches one of two or more condition values.
list-of-values match
Selects records for the designated field when the value matches one of two or more condition values.
table validation rule
Selects records for the designated field when the value matches one of two or more condition values.
Long Text
Selects records for the designated field when the value matches one of two or more condition values.
lookup field
Selects records for the designated field when the value matches one of two or more condition values.
pattern match
Selects records for the designated field when the value matches one of two or more condition values.
Validation Rule
Selects records for the designated field when the value matches one of two or more condition values.
find duplicates query
Selects records for the designated field when the value matches one of two or more condition values.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
72
Match between columns
The capability of a database to update field properties in objects automatically when a table field property is modified.
lookup field
The capability of a database to update field properties in objects automatically when a table field property is modified.
find unmatched query
The capability of a database to update field properties in objects automatically when a table field property is modified.
SQL (Structured Query Language)
The capability of a database to update field properties in objects automatically when a table field property is modified.
list-of-values match
The capability of a database to update field properties in objects automatically when a table field property is modified.
table validation rule
The capability of a database to update field properties in objects automatically when a table field property is modified.
Long Text
The capability of a database to update field properties in objects automatically when a table field property is modified.
pattern match
The capability of a database to update field properties in objects automatically when a table field property is modified.
Validation Rule
The capability of a database to update field properties in objects automatically when a table field property is modified.
find duplicates query
The capability of a database to update field properties in objects automatically when a table field property is modified.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
73
Fields and criteria that will be used in a query are contained in the ____________________ when creating a query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
74
Match between columns
A select query that finds all records in a table or query that have no related records in the second table or query.
SQL (Structured Query Language)
A select query that finds all records in a table or query that have no related records in the second table or query.
list-of-values match
A select query that finds all records in a table or query that have no related records in the second table or query.
table validation rule
A select query that finds all records in a table or query that have no related records in the second table or query.
Long Text
A select query that finds all records in a table or query that have no related records in the second table or query.
lookup field
A select query that finds all records in a table or query that have no related records in the second table or query.
find unmatched query
A select query that finds all records in a table or query that have no related records in the second table or query.
pattern match
A select query that finds all records in a table or query that have no related records in the second table or query.
Validation Rule
A select query that finds all records in a table or query that have no related records in the second table or query.
find duplicates query
A select query that finds all records in a table or query that have no related records in the second table or query.
property propagation
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
75
Match between columns
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
property propagation
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
find unmatched query
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
SQL (Structured Query Language)
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
list-of-values match
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
table validation rule
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
Long Text
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
lookup field
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
pattern match
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
Validation Rule
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
find duplicates query
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 75 flashcards in this deck.