Deck 5: 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
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/75
Play
Full screen (f)
Deck 5: Creating Advanced Queries and Enhancing Table Design
1
A nonnull field is a field that contains any data at all,including a single space.
True
2
An input mask with a 0 character indicates that only a digit can be entered as the value and that the entry is optional.____________________
False
mandatory
mandatory
3
Tables used in a find unmatched query must have a common field.____________________
True
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
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
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
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
8
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
9
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 75 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 75 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 75 flashcards in this deck.
Unlock Deck
k this deck
12
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 75 flashcards in this deck.
Unlock Deck
k this deck
13
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 75 flashcards in this deck.
Unlock Deck
k this deck
14
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 75 flashcards in this deck.
Unlock Deck
k this deck
15
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
16
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
17
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
18
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
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
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
21
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 75 flashcards in this deck.
Unlock Deck
k this deck
22
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 75 flashcards in this deck.
Unlock Deck
k this deck
23
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 75 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 75 flashcards in this deck.
Unlock Deck
k this deck
25
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 75 flashcards in this deck.
Unlock Deck
k this deck
26
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 75 flashcards in this deck.
Unlock Deck
k this deck
27
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 75 flashcards in this deck.
Unlock Deck
k this deck
28
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 75 flashcards in this deck.
Unlock Deck
k this deck
29
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 75 flashcards in this deck.
Unlock Deck
k this deck
30
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 75 flashcards in this deck.
Unlock Deck
k this deck
31
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 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
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 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 75 flashcards in this deck.
Unlock Deck
k this deck
34
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
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
35
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 75 flashcards in this deck.
Unlock Deck
k this deck
36
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 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*"
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
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 75 flashcards in this deck.
Unlock Deck
k this deck
39
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 75 flashcards in this deck.
Unlock Deck
k this deck
40
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 75 flashcards in this deck.
Unlock Deck
k this deck
41
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
42
____________________ 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
43
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 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
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
45
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
46
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 75 flashcards in this deck.
Unlock Deck
k this deck
47
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
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
48
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 75 flashcards in this deck.
Unlock Deck
k this deck
49
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 75 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 75 flashcards in this deck.
Unlock Deck
k this deck
51
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
52
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 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
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
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 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
55
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 75 flashcards in this deck.
Unlock Deck
k this deck
56
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 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
57
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 75 flashcards in this deck.
Unlock Deck
k this deck
58
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
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
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 75 flashcards in this deck.
Unlock Deck
k this deck
60
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 75 flashcards in this deck.
Unlock Deck
k this deck
61
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
The capability of a database to update field properties in objects automatically when a table field property is modified.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
The capability of a database to update field properties in objects automatically when a table field property is modified.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
62
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
63
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
64
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A rule that is set when the validation involves multiple fields.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A rule that is set when the validation involves multiple fields.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
65
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
66
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
Selects records for the designated field when the value matches one of two or more condition values.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
Selects records for the designated field when the value matches one of two or more condition values.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
67
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field data type that allows text values to be entered up to 65,535 characters.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field data type that allows text values to be entered up to 65,535 characters.
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
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A select query that finds duplicate records in a table or query.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A select query that finds duplicate records in a table or query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
70
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field property option that verfies a field value by comparing the value entered to a constant or set of constants.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
71
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
72
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A standard query language used in querying,updating,and managing relational databases.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A standard query language used in querying,updating,and managing relational databases.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
73
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
Selects a record for the designated field with a value that matches the pattern of a simple condition value.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
74
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A select query that finds all records in a table or query that have no related records in the second table or query.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A select query that finds all records in a table or query that have no related records in the second table or query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
75
a.find unmatched query
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field that allows the user to select a value from a list of possible values to enter data in the field.
b.SQL (Structured Query Language)
c.list-of-values match
d.table validation rule
e.Long Text
f.lookup field
g.pattern match
h.Validation Rule
i.find duplicates query
j.property propagation
REFERENCES: Creating a Find Unmatched Query
Creating a Crosstab Query
Using a List-of-Values Match in a Query
Defining Data Validation Rules
Working with Long Text Fields
Creating a Lookup Field
Using a Pattern Match in a Query
Defining Data Validation Rules
Session 5.2 Visual Overview
Using the Input Mask Wizard
A field that allows the user to select a value from a list of possible values to enter data in the field.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck