Deck 14: Action and Specialized Queries: Moving Beyond the Select Query

Full screen (f)
exit full mode
Question
A(n)________ query is used to update or change data automatically based on criteria that you specify.

A)update
B)append
C)make table
D)delete
Use Space or
up arrow
down arrow
to flip the card.
Question
Once records with missing data are found,what type of query can you use to add the needed information?

A)Update
B)Delete
C)Make table
D)Find duplicates
Question
What should be the first step taken before creating an update query?

A)Back up the database
B)Switch to Datasheet view
C)Move the records to a different table
D)Run the query
Question
To test an update query before running the query,what should you do first?

A)From Design view,click View in the Results group and click Datasheet view.
B)From Design view,click the Run button.
C)From Design view,verify that all fields are listed.
D)From Design view,click Update in the Query type group.
Question
The process of creating a make table query is very similar to which other type of query?

A)Append query
B)Delete query
C)Find duplicates query
D)Update query
Question
A(n)________ query can be used for adding records to an existing table.

A)append
B)update
C)make table
D)delete
Question
A(n)________ can be used when records with missing data have been found.

A)update query
B)append query
C)delete query
D)make table query
Question
To avoid a mistake when using an update query that includes making calculations on a field,what is one thing you can do to prevent losing the original information?

A)Add an additional field with the original figures.
B)When you run the query,just undo if you question the new figures.
C)Rerun the query to make sure the figures have updated.
D)Backup the database after you have run the query.
Question
Moving records from one table to another can be accomplished with the combination of what two types of queries?

A)Append and delete
B)Append and make table
C)Append and select
D)Append and update
Question
A(n)________ query removes records from a table based on criteria that you specify.

A)delete
B)append
C)update
D)make table
Question
When running an append query,what happens if a record violates the primary key rule for the destination table?

A)The record is rejected.
B)The original record is selected.
C)The record is added without the primary key field.
D)The append query is rejected.
Question
To test an update query before running it,you can:

A)switch to Datasheet view.
B)run an append query first.
C)backup the database.
D)move the records to a different table.
Question
What is the first step in creating an append query?

A)Create a select query
B)Create a make table query
C)Create a delete query
D)Create a find duplicates query
Question
Why should you backup your database before testing an action query?

A)Action queries change data in your database that cannot be reversed.
B)Action queries change data in your database but the changes are temporary.
C)Action queries do not make any changes to your database.
D)Action queries duplicate data in your database.
Question
Which type of query automatically creates a new table from data that already exists in a database?

A)Make Table
B)Update
C)Append
D)Delete
Question
A(n)________ query can be used to archive older records that need to be stored outside of the current table.

A)make table
B)update
C)delete
D)append
Question
An append query is a query that:

A)copies records from one table to another.
B)changes the data values in one or more fields that meet specific criteria.
C)automatically creates a new table from data that already exists.
D)removes records from a table based on criteria.
Question
Which of the following is NOT a rule for appending queries?

A)Data field types do not have to be the same.
B)All the normal rules for adding a new record to the destination table apply.
C)A field from the source table does not exist in the destination table.
D)The destination table should not contain an AutoNumber field.
Question
Why should you backup your database before running an action query?

A)Action queries are irreversible.
B)Action queries are reversible.
C)Action queries are temporary.
D)Action queries add extra tables to the database.
Question
If you run a make table query again at a later time,what happens?

A)The table is replaced with the new up-to-date table.
B)The new table will show as it was when it was created.
C)All new information is lost.
D)It will select the new records from the table and delete them.
Question
What summarizes a data source into a grid of rows and columns?

A)Crosstab query
B)Append query
C)Make table query
D)Find duplicates table
Question
An action query can be used to add,edit,or delete data in a database.
Question
How is a crosstab query different from other queries?

A)You can only reference one object (table or query)as the data source
B)You can use records from several objects in a crosstab query
C)You can preview the data before finalizing the query
D)You can select a data source with several grouping fields
Question
A(n)________ would be used to replace null values with zeros?

A)update query
B)make table query
C)append query
D)delete query
Question
An append query is used to add records to an existing table.
Question
Which query identifies multiple instances of the same information in a table?

A)Find duplicates
B)Crosstab
C)Append
D)Make table
Question
What must be present for a find unmatched query to work?

A)Two tables share a common field.
B)Two tables have no relationship.
C)All fields in the tables should be the same.
D)There is nothing necessary for the query to work properly.
Question
What do you do if you make a mistake when running a Find Unmatched query?

A)Delete the query and start over,then reverse the order of the tables.
B)Rerun the query using different fields.
C)Delete associated records in the table.
D)Modify the aggregate function.
Question
Before running a make table query,what should you do?

A)Preview the datasheet to verify that the records are those that you intend to insert into the table.
B)View the results in Design view.
C)Create the table,you can always delete it if the information is wrong.
D)Create a delete query at the same time.
Question
It is usually better to enter the value of zero rather than have a null value in a field.
Question
An append query is used to update or change data automatically based on criteria that you specify.
Question
What is the purpose of a find unmatched query?

A)To compare records in two related tables and display the records found in one table and not the other.
B)To find records that are the same in two related tables.
C)To combine information in one table with information in another table.
D)To summarize a table into columns and rows to show trends.
Question
Where do the row headings display in a crosstab query?

A)Along the left side of a crosstab query
B)Along the top of a crosstab query
C)Along the right side of a crosstab query
D)Along the bottom of a crosstab query
Question
Before running a delete query,what should you do?

A)Preview the datasheet to verify that the records are those that you intend to delete.
B)View the results in Design view.
C)Create the table,you can always delete it if the information is wrong.
D)Manually go through the table and delete the information,then use the delete query to verify all information is removed.
Question
Find unmatched queries provide a subset of the data that answers most questions that users ask about the data in their databases.
Question
Duplicate values in a table can prevent you from:

A)enforcing referential integrity.
B)adding additional records.
C)having an accurate database.
D)running an append query.
Question
What does the type of data displayed in a crosstab query depend on?

A)Which aggregate function used when the query was created
B)The intersection of columns and rows
C)What the query was based on
D)The grouping of the data
Question
Which type of query calculates data using a sum,average,or other function and groups the results by two sets of values?

A)Crosstab query
B)Append query
C)Make table query
D)Find duplicates query
Question
After becoming familiar with the data in a database,what should be the first step when creating an action query?

A)Backup the database
B)Save the database in an earlier version
C)Using design view,create the query
D)Run the query
Question
Where do the column headings display in a crosstab query?

A)Along the top of a crosstab query
B)Along the left side of a crosstab query
C)Along the right side of a crosstab query
D)Along the bottom of a crosstab query
Question
It is not recommended to preview the datasheet prior to running a make table query.
Question
An append query changes the data values in one or more fields for all records that meet specific criteria.
Question
Moving records from one table to another can be accomplished with the combination of an append query and a delete query.
Question
When running a delete query,you are prompted with a warning message.
Question
Once you run an action query,you are committing yourself to an irreversible change.
Question
You can use Undo when running an update or delete query.
Question
You can use a make table query to copy some or all records from a source table to a destination table even if the destination table does not exist.
Question
If the destination table exists and you run the make table query,Access automatically deletes the source table.
Question
It is recommended to preview results before running a delete query.
Question
When running an append query,an append query warning message appears specifying the number of rows to be appended.
Question
There is no way to verify that the correct records will be updated when using an update query.
Question
When running an append query,the data types of the source fields do not have to match the data types of the destination fields.
Question
Prior to updating data in a table,you must first locate the records that need to be modified.
Question
Backing up the database prior to running an update query is the best precaution.
Question
When updating records,convert the select query to an update query and insert the missing information.
Question
An append query deletes records from one or more tables and adds them to an existing table.
Question
Action queries display different icons than select queries in the Navigation Pane.
Question
An append query selects records from one or more tables and uses then to create a new table.
Question
Duplicate values should always be deleted from a database table.
Question
One reason an append query can fail is because of duplicate primary keys in the source and destination tables.
Question
Access does not have a way to identify duplicate values.
Question
Action queries include update,append,make table,and delete.
Question
A find duplicates query compares records in two related tables and displays the values found in one table but not the other.
Question
You should NOT rerun an action query.
Question
The find unmatched query only works if two tables share a common field.
Question
A(n)________ calculates a sum,average,or other statistic and groups the results by sets of values.
Question
Match between columns
make table query
updates or changes data automatically based on criteria that you specify
make table query
adds records to an existing table
make table query
creates a new table from data that already exist in a database
make table query
removes records from a table based on criteria that you specify
update query
updates or changes data automatically based on criteria that you specify
update query
adds records to an existing table
update query
creates a new table from data that already exist in a database
update query
removes records from a table based on criteria that you specify
append query
updates or changes data automatically based on criteria that you specify
append query
adds records to an existing table
append query
creates a new table from data that already exist in a database
append query
removes records from a table based on criteria that you specify
delete query
updates or changes data automatically based on criteria that you specify
delete query
adds records to an existing table
delete query
creates a new table from data that already exist in a database
delete query
removes records from a table based on criteria that you specify
Question
It is important to ensure that when you delete duplicate records,you do not delete associated records in a related table.
Question
The type of data displayed in a crosstab query depends on which aggregate function you choose when creating the query.
Question
The grouping in a crosstab query comes from the definitions of row and column headings.
Question
A delete query automatically creates a new table from data that already exists in a database.
Question
A(n)________ query provides the easiest way to move records from one table to another.
Question
A find unmatched query compares records in two related tables and displays the records found in both tables.
Question
Choosing the wrong matched field in an unmatched query will cause you to query incorrect information.
Question
An append query is used to update or change data automatically based on criteria that you specify.
Question
Match between columns
crosstab query
usually created to show trends in values over time
crosstab query
helps identify duplicate values in a table
crosstab query
compares records in two related tables and displays the records found in one table but not the other
crosstab query
adds,edits,or deletes data in a database
action query
usually created to show trends in values over time
action query
helps identify duplicate values in a table
action query
compares records in two related tables and displays the records found in one table but not the other
action query
adds,edits,or deletes data in a database
find duplicate query
usually created to show trends in values over time
find duplicate query
helps identify duplicate values in a table
find duplicate query
compares records in two related tables and displays the records found in one table but not the other
find duplicate query
adds,edits,or deletes data in a database
find unmatched query
usually created to show trends in values over time
find unmatched query
helps identify duplicate values in a table
find unmatched query
compares records in two related tables and displays the records found in one table but not the other
find unmatched query
adds,edits,or deletes data in a database
Question
The field names that display at the top of a crosstab query are called ________.
Question
The find unmatched query requires two tables with a common field where one of the tables is missing information.
Question
The delete query saves you the chore of having to locate and delete records manually.
Question
A crosstab query works best when the data source has at least two grouping fields.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Action and Specialized Queries: Moving Beyond the Select Query
1
A(n)________ query is used to update or change data automatically based on criteria that you specify.

A)update
B)append
C)make table
D)delete
A
2
Once records with missing data are found,what type of query can you use to add the needed information?

A)Update
B)Delete
C)Make table
D)Find duplicates
A
3
What should be the first step taken before creating an update query?

A)Back up the database
B)Switch to Datasheet view
C)Move the records to a different table
D)Run the query
A
4
To test an update query before running the query,what should you do first?

A)From Design view,click View in the Results group and click Datasheet view.
B)From Design view,click the Run button.
C)From Design view,verify that all fields are listed.
D)From Design view,click Update in the Query type group.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
The process of creating a make table query is very similar to which other type of query?

A)Append query
B)Delete query
C)Find duplicates query
D)Update query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
A(n)________ query can be used for adding records to an existing table.

A)append
B)update
C)make table
D)delete
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
A(n)________ can be used when records with missing data have been found.

A)update query
B)append query
C)delete query
D)make table query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
To avoid a mistake when using an update query that includes making calculations on a field,what is one thing you can do to prevent losing the original information?

A)Add an additional field with the original figures.
B)When you run the query,just undo if you question the new figures.
C)Rerun the query to make sure the figures have updated.
D)Backup the database after you have run the query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
Moving records from one table to another can be accomplished with the combination of what two types of queries?

A)Append and delete
B)Append and make table
C)Append and select
D)Append and update
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
A(n)________ query removes records from a table based on criteria that you specify.

A)delete
B)append
C)update
D)make table
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
When running an append query,what happens if a record violates the primary key rule for the destination table?

A)The record is rejected.
B)The original record is selected.
C)The record is added without the primary key field.
D)The append query is rejected.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
To test an update query before running it,you can:

A)switch to Datasheet view.
B)run an append query first.
C)backup the database.
D)move the records to a different table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
What is the first step in creating an append query?

A)Create a select query
B)Create a make table query
C)Create a delete query
D)Create a find duplicates query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Why should you backup your database before testing an action query?

A)Action queries change data in your database that cannot be reversed.
B)Action queries change data in your database but the changes are temporary.
C)Action queries do not make any changes to your database.
D)Action queries duplicate data in your database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
Which type of query automatically creates a new table from data that already exists in a database?

A)Make Table
B)Update
C)Append
D)Delete
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
A(n)________ query can be used to archive older records that need to be stored outside of the current table.

A)make table
B)update
C)delete
D)append
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
An append query is a query that:

A)copies records from one table to another.
B)changes the data values in one or more fields that meet specific criteria.
C)automatically creates a new table from data that already exists.
D)removes records from a table based on criteria.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is NOT a rule for appending queries?

A)Data field types do not have to be the same.
B)All the normal rules for adding a new record to the destination table apply.
C)A field from the source table does not exist in the destination table.
D)The destination table should not contain an AutoNumber field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Why should you backup your database before running an action query?

A)Action queries are irreversible.
B)Action queries are reversible.
C)Action queries are temporary.
D)Action queries add extra tables to the database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
If you run a make table query again at a later time,what happens?

A)The table is replaced with the new up-to-date table.
B)The new table will show as it was when it was created.
C)All new information is lost.
D)It will select the new records from the table and delete them.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
What summarizes a data source into a grid of rows and columns?

A)Crosstab query
B)Append query
C)Make table query
D)Find duplicates table
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
An action query can be used to add,edit,or delete data in a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
How is a crosstab query different from other queries?

A)You can only reference one object (table or query)as the data source
B)You can use records from several objects in a crosstab query
C)You can preview the data before finalizing the query
D)You can select a data source with several grouping fields
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
A(n)________ would be used to replace null values with zeros?

A)update query
B)make table query
C)append query
D)delete query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
An append query is used to add records to an existing table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
Which query identifies multiple instances of the same information in a table?

A)Find duplicates
B)Crosstab
C)Append
D)Make table
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
What must be present for a find unmatched query to work?

A)Two tables share a common field.
B)Two tables have no relationship.
C)All fields in the tables should be the same.
D)There is nothing necessary for the query to work properly.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
What do you do if you make a mistake when running a Find Unmatched query?

A)Delete the query and start over,then reverse the order of the tables.
B)Rerun the query using different fields.
C)Delete associated records in the table.
D)Modify the aggregate function.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Before running a make table query,what should you do?

A)Preview the datasheet to verify that the records are those that you intend to insert into the table.
B)View the results in Design view.
C)Create the table,you can always delete it if the information is wrong.
D)Create a delete query at the same time.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
It is usually better to enter the value of zero rather than have a null value in a field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
An append query is used to update or change data automatically based on criteria that you specify.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
What is the purpose of a find unmatched query?

A)To compare records in two related tables and display the records found in one table and not the other.
B)To find records that are the same in two related tables.
C)To combine information in one table with information in another table.
D)To summarize a table into columns and rows to show trends.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
Where do the row headings display in a crosstab query?

A)Along the left side of a crosstab query
B)Along the top of a crosstab query
C)Along the right side of a crosstab query
D)Along the bottom of a crosstab query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
Before running a delete query,what should you do?

A)Preview the datasheet to verify that the records are those that you intend to delete.
B)View the results in Design view.
C)Create the table,you can always delete it if the information is wrong.
D)Manually go through the table and delete the information,then use the delete query to verify all information is removed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
Find unmatched queries provide a subset of the data that answers most questions that users ask about the data in their databases.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
Duplicate values in a table can prevent you from:

A)enforcing referential integrity.
B)adding additional records.
C)having an accurate database.
D)running an append query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
What does the type of data displayed in a crosstab query depend on?

A)Which aggregate function used when the query was created
B)The intersection of columns and rows
C)What the query was based on
D)The grouping of the data
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
Which type of query calculates data using a sum,average,or other function and groups the results by two sets of values?

A)Crosstab query
B)Append query
C)Make table query
D)Find duplicates query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
After becoming familiar with the data in a database,what should be the first step when creating an action query?

A)Backup the database
B)Save the database in an earlier version
C)Using design view,create the query
D)Run the query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
Where do the column headings display in a crosstab query?

A)Along the top of a crosstab query
B)Along the left side of a crosstab query
C)Along the right side of a crosstab query
D)Along the bottom of a crosstab query
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
It is not recommended to preview the datasheet prior to running a make table query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
An append query changes the data values in one or more fields for all records that meet specific criteria.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
Moving records from one table to another can be accomplished with the combination of an append query and a delete query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
When running a delete query,you are prompted with a warning message.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Once you run an action query,you are committing yourself to an irreversible change.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
You can use Undo when running an update or delete query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
You can use a make table query to copy some or all records from a source table to a destination table even if the destination table does not exist.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
If the destination table exists and you run the make table query,Access automatically deletes the source table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
It is recommended to preview results before running a delete query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
When running an append query,an append query warning message appears specifying the number of rows to be appended.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
There is no way to verify that the correct records will be updated when using an update query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
When running an append query,the data types of the source fields do not have to match the data types of the destination fields.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
Prior to updating data in a table,you must first locate the records that need to be modified.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
Backing up the database prior to running an update query is the best precaution.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
When updating records,convert the select query to an update query and insert the missing information.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
An append query deletes records from one or more tables and adds them to an existing table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
Action queries display different icons than select queries in the Navigation Pane.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
An append query selects records from one or more tables and uses then to create a new table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
Duplicate values should always be deleted from a database table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
One reason an append query can fail is because of duplicate primary keys in the source and destination tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
Access does not have a way to identify duplicate values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
Action queries include update,append,make table,and delete.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
A find duplicates query compares records in two related tables and displays the values found in one table but not the other.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
You should NOT rerun an action query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
The find unmatched query only works if two tables share a common field.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
A(n)________ calculates a sum,average,or other statistic and groups the results by sets of values.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
Match between columns
make table query
updates or changes data automatically based on criteria that you specify
make table query
adds records to an existing table
make table query
creates a new table from data that already exist in a database
make table query
removes records from a table based on criteria that you specify
update query
updates or changes data automatically based on criteria that you specify
update query
adds records to an existing table
update query
creates a new table from data that already exist in a database
update query
removes records from a table based on criteria that you specify
append query
updates or changes data automatically based on criteria that you specify
append query
adds records to an existing table
append query
creates a new table from data that already exist in a database
append query
removes records from a table based on criteria that you specify
delete query
updates or changes data automatically based on criteria that you specify
delete query
adds records to an existing table
delete query
creates a new table from data that already exist in a database
delete query
removes records from a table based on criteria that you specify
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
It is important to ensure that when you delete duplicate records,you do not delete associated records in a related table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
The type of data displayed in a crosstab query depends on which aggregate function you choose when creating the query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
The grouping in a crosstab query comes from the definitions of row and column headings.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
A delete query automatically creates a new table from data that already exists in a database.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
A(n)________ query provides the easiest way to move records from one table to another.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
A find unmatched query compares records in two related tables and displays the records found in both tables.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
Choosing the wrong matched field in an unmatched query will cause you to query incorrect information.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
An append query is used to update or change data automatically based on criteria that you specify.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Match between columns
crosstab query
usually created to show trends in values over time
crosstab query
helps identify duplicate values in a table
crosstab query
compares records in two related tables and displays the records found in one table but not the other
crosstab query
adds,edits,or deletes data in a database
action query
usually created to show trends in values over time
action query
helps identify duplicate values in a table
action query
compares records in two related tables and displays the records found in one table but not the other
action query
adds,edits,or deletes data in a database
find duplicate query
usually created to show trends in values over time
find duplicate query
helps identify duplicate values in a table
find duplicate query
compares records in two related tables and displays the records found in one table but not the other
find duplicate query
adds,edits,or deletes data in a database
find unmatched query
usually created to show trends in values over time
find unmatched query
helps identify duplicate values in a table
find unmatched query
compares records in two related tables and displays the records found in one table but not the other
find unmatched query
adds,edits,or deletes data in a database
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The field names that display at the top of a crosstab query are called ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
The find unmatched query requires two tables with a common field where one of the tables is missing information.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The delete query saves you the chore of having to locate and delete records manually.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
A crosstab query works best when the data source has at least two grouping fields.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.