Deck 6: Creating Advanced Queries and Enhancing Table Design
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
Play
Full screen (f)
Deck 6: Creating Advanced Queries and Enhancing Table Design
1
A summarized record for each unique field value is displayed in a crosstab query.
True
2
Access designates all queries in the Navigation Pane with the same icon regardless of the query type.
False
3
An input mask property cannot be changed after the Input Mask Wizard closes.
False
4
The Access database object named tblProductCatalog is mostly likely an Access form object.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
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 100 flashcards in this deck.
Unlock Deck
k this deck
6
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 100 flashcards in this deck.
Unlock Deck
k this deck
7
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 100 flashcards in this deck.
Unlock Deck
k this deck
8
A nonnull field is a field that contains any data at all, including a single space.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
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 100 flashcards in this deck.
Unlock Deck
k this deck
10
A calculated query uses aggregate functions to perform arithmetic operations on selected records.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
A pattern match selects records whose values for the designated field matches one of two or more simple condition values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
When using the IIF function, each part of the function is separated by a colon . ____________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
A query that selects records in fields that satisfy the criteria is a Select query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
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 100 flashcards in this deck.
Unlock Deck
k this deck
15
Yes/No field values are stored in an Access database as a -1 for a checked value and a 0 for an unchecked value.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
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 100 flashcards in this deck.
Unlock Deck
k this deck
17
Tables used in a find unmatched query must have a common field . ____________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
Max is an example of a(n) logical function used in a crosstab query. ____________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
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 100 flashcards in this deck.
Unlock Deck
k this deck
20
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 100 flashcards in this deck.
Unlock Deck
k this deck
21
The aggregate function which returns the number of nonnull field values is the ____ function.
A) Max
B) Sum
C) Avg
D) Count
A) Max
B) Sum
C) Avg
D) Count
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
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
A) [Donation]>=2500
B) DonationsGreaterThan2500: [Donation]>=2500
C) >=2500[Donation]
D) [Donation]:DonationsGreaterThan2500:>=2500
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23

A) simple
B) find unmatched
C) find matched
D) crosstab
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
A criterion may be negated by using the ____ logical operator.
A) And
B) Or
C) Like
D) Not
A) And
B) Or
C) Like
D) Not
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
The calculated expression =City & "," & State & " " & ZipCode is an example of ____.
A) concatenation
B) ampersand
C) AutoFilter
D) a parameter query
A) concatenation
B) ampersand
C) AutoFilter
D) a parameter query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26

A) Patient:
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27

A) Inspection
B) IsNull(Parent)
C) IsNull
D) & " (Parent)"
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
The value of a field containing no information is a ____ value.
A) blank
B) zero
C) concatenated
D) null
A) blank
B) zero
C) concatenated
D) null
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
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
A) Like
B) Between
C) In
D) Or
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
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*"
A) IIf (704*)
B) Like "704*"
C) Like *704*
D) Find "704*"
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31

A) IIF
B) IsNull(Parent)
C) LastName & ", " & FirstName
D) Parent & "(Parent)"
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32

A) data options
B) filter choices
C) auto text
D) sort option
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
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) IIf
B) Pmt
C) IsNull
D) NPV
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
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
A) Like
B) Unlike
C) IsIn
D) IsNull
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
The standard naming convention prefix tag for a query used to identify the object type is ____.
A) Query
B) QURY
C) qry
D) QRY#
A) Query
B) QURY
C) qry
D) QRY#
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
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:}
A) [Type the state:]
B) Prompt: "Type the state:"
C) *Type the state:*
D) {Type the state:}
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
Crosstab queries may use which of the following aggregate functions?
A) Like
B) Not
C) Var
D) Between
A) Like
B) Not
C) Var
D) Between
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
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
A) Between
B) More
C) In
D) Like
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
A ____ query uses functions, such as Sum and Count, to perform arithmetic operations on selected records.
A) parameter
B) select
C) crosstab
D) simple
A) parameter
B) select
C) crosstab
D) simple
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40

A) (Select All)
B) (Blanks)
C) Bloomfield
D) (Select All) and (Blanks)
Unlock Deck
Unlock for access to all 100 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) !
A) #
B) &
C) \
D) !
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
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
A) 999\-000\-0000
B) 999-000-9999
C) 999\000\0000
D) 000\-999\-9999
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
Rich text formatting available for Long Text fields includes ____.
A) paragraph styles
B) font options
C) themes
D) borders
A) paragraph styles
B) font options
C) themes
D) borders
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
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
A) field value
B) predefined input mask
C) aggregate function
D) variance
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Validation Rules are entered in the ____
A) Navigation Pane
B) datasheet
C) dependent object
D) Field Properties Pane
A) Navigation Pane
B) datasheet
C) dependent object
D) Field Properties Pane
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46

A) qryPatientsByName
B) tblVisit
C) tblPatient
D) Forms
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
The Registrar at Ravenswood College would like to create a query which displays all students who have not yet registered for fall semester classes. She will use the StudentInformation and TuitionPaid tables 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
A) crosstab query
B) find unmatched query
C) simple query
D) find duplicates query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
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
A) 0
B) 1
C) -1
D) +1
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
50
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
51
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
A) simple query
B) find unmatched query
C) find duplicates query
D) crosstab query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52

A) tblVisit
B) tblPatient
C) frmPatient
D) qryDuplicateVisitDates
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
In the accompanying figure, the top values query is designed to return the top values for the ____ field.
A) tblBilling
B) PatientID
C) InvoiceAmt
D) InvoiceNum
A) tblBilling
B) PatientID
C) InvoiceAmt
D) InvoiceNum
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
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
A) Short Text, Number
B) Number, Currency
C) Long Text, Currency
D) Currency, Autonumber
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55

A) Decimal Places
B) Validation Rule
C) Default Value
D) Validation Text
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56

A) >=200
B) Descending
C) All
D) 25%
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
The input mask character ____ indicates that a letter only must be entered, and the entry is required.
A) A
B) C
C) L
D) &
A) A
B) C
C) L
D) &
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
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
A) A
B) a
C) C
D) L
Unlock Deck
Unlock for access to all 100 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
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 100 flashcards in this deck.
Unlock Deck
k this deck
60
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
A) Append Only
B) Validation Rule
C) Input Max
D) Default Value
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?
A) ID
B) State
C) Zip
D) PrimaryPhone
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
According to the Field Properties in Figure Case 5-1-2, to which field has Janise assigned an input mask?
A) ID
B) State
C) Zip
D) PrimaryPhone
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
Case Based Critical Thinking Questions Case 5-3
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
63
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
A) table
B) form
C) report
D) both table and report
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
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 100 flashcards in this deck.
Unlock Deck
k this deck
65
A standard language used in querying, updating, and managing relational databases is ____________________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Case Based Critical Thinking Questions Case 5-3
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
67
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.
A) lookup field
B) input mask
C) data type
D) propagation property
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
To ensure that all telephone numbers are entered in a consistent manner, Janise assigned a(n) ____ to the PrimaryPhone field as illustrated in Figure Case 5-1-2.
A) lookup field
B) input mask
C) data type
D) propagation property
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
An expression that calculates the values of the data in a field is contained in a ____________________ field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
Case Based Critical Thinking Questions Case 5-2
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
70
Case Based Critical Thinking Questions Case 5-2
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
71
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 100 flashcards in this deck.
Unlock Deck
k this deck
72
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 100 flashcards in this deck.
Unlock Deck
k this deck
73
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
The State field in Figure Case 5-1-1 illustrates which of the following?
A) an Autofilter
B) a conditional value
C) a lookup field
D) an input mask
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
The State field in Figure Case 5-1-1 illustrates which of the following?
A) an Autofilter
B) a conditional value
C) a lookup field
D) an input mask
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
A select query that finds duplicate records in a table or query is a ____________________ query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
____________________ perform arithmetic operations on selected records in a crosstab query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Case Based Critical Thinking Questions Case 5-2
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
77
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
A) Like
B) While
C) Between
D) In
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
Case Based Critical Thinking Questions Case 5-1
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.
A) required
B) optional
C) automatic
D) a default value
Janise is creating a database to keep track of her customers for her pet sitting business. She is in the process of creating the Customer table. She would like to design the table so that data entry is as consistent and accurate as possible. Using the figures below, determine which Access features Janise used to ensure consistent and accurate data entry.

Figure Case 5-1-1

Figure Case 5-1-2
The 9999 included in the Input Mask property in Figure Case 5-1-2 indicates that data entry is ____ for that part of the field.
A) required
B) optional
C) automatic
D) a default value
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
Case Based Critical Thinking Questions Case 5-2
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
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 100 flashcards in this deck.
Unlock Deck
k this deck
80
The ____________________ aggregate function returns the average of the field values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck