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

ملء الشاشة (f)
exit full mode
سؤال
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.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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.
سؤال
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(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
سؤال
A(n) ________ query can be used for adding records to an existing table.

A) append
B) update
C) make table
D) delete
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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
سؤال
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
سؤال
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
سؤال
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
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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(n) ________ query removes records from a table based on criteria that you specify.

A) delete
B) append
C) update
D) make table
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
A(n) ________ would be used to replace null values with zeros?

A) update query
B) make table query
C) append query
D) delete query
سؤال
An action query can be used to add, edit, or delete data in a database.
سؤال
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.
سؤال
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.
سؤال
It is usually better to enter the value of zero rather than have a null value in a field.
سؤال
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
سؤال
Find unmatched queries provide a subset of the data that answers most questions that users ask about the data in their databases.
سؤال
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
سؤال
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
سؤال
Which query identifies multiple instances of the same information in a table?

A) Find duplicates
B) Crosstab
C) Append
D) Make table
سؤال
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
سؤال
An append query is used to add records to an existing table.
سؤال
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
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
An append query is used to update or change data automatically based on criteria that you specify.
سؤال
One reason an append query can fail is because of duplicate primary keys in the source and destination tables.
سؤال
An append query selects records from one or more tables and uses then to create a new table.
سؤال
It is not recommended to preview the datasheet prior to running a make table query.
سؤال
When updating records, convert the select query to an update query and insert the missing information.
سؤال
Prior to updating data in a table, you must first locate the records that need to be modified.
سؤال
When running an append query, an append query warning message appears specifying the number of rows to be appended.
سؤال
You can use Undo when running an update or delete query.
سؤال
An append query changes the data values in one or more fields for all records that meet specific criteria.
سؤال
When running an append query, the data types of the source fields do not have to match the data types of the destination fields.
سؤال
There is no way to verify that the correct records will be updated when using an update query.
سؤال
Duplicate values should always be deleted from a database table.
سؤال
Action queries display different icons than select queries in the Navigation Pane.
سؤال
It is recommended to preview results before running a delete query.
سؤال
When running a delete query, you are prompted with a warning message.
سؤال
An append query deletes records from one or more tables and adds them to an existing table.
سؤال
Once you run an action query, you are committing yourself to an irreversible change.
سؤال
Backing up the database prior to running an update query is the best precaution.
سؤال
If the destination table exists and you run the make table query, Access automatically deletes the source table.
سؤال
Moving records from one table to another can be accomplished with the combination of an append query and a delete query.
سؤال
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.
سؤال
The grouping in a crosstab query comes from the definitions of row and column headings.
سؤال
A find unmatched query compares records in two related tables and displays the records found in both tables.
سؤال
A(n) ________ query provides the easiest way to move records from one table to another.
سؤال
It is important to ensure that when you delete duplicate records, you do not delete associated records in a related table.
سؤال
The find unmatched query only works if two tables share a common field.
سؤال
The find unmatched query requires two tables with a common field where one of the tables is missing information.
سؤال
An append query is used to update or change data automatically based on criteria that you specify.
سؤال
The delete query saves you the chore of having to locate and delete records manually.
سؤال
A delete query automatically creates a new table from data that already exists in a database.
سؤال
The type of data displayed in a crosstab query depends on which aggregate function you choose when creating the query.
سؤال
Action queries include update, append, make table, and delete.
سؤال
You should NOT rerun an action query.
سؤال
Access does not have a way to identify duplicate values.
سؤال
Match the following terms with their meanings:
I. crosstab query
II. find duplicate query
III. find unmatched query
IV. action query
A. helps identify duplicate values in a table
B. usually created to show trends in values over time
C. adds, edits, or deletes data in a database
D. compares records in two related tables and displays the records found in one table but not the other
سؤال
A find duplicates query compares records in two related tables and displays the values found in one table but not the other.
سؤال
A crosstab query works best when the data source has at least two grouping fields.
سؤال
Choosing the wrong matched field in an unmatched query will cause you to query incorrect information.
سؤال
A(n) ________ calculates a sum, average, or other statistic and groups the results by sets of values.
سؤال
The field names that display at the top of a crosstab query are called ________.
سؤال
Match the following terms with their meanings:
I. update query
II. append query
III. make table query
IV. delete query
A. creates a new table from data that already exist in a database
B. removes records from a table based on criteria that you specify
C. updates or changes data automatically based on criteria that you specify
D. adds records to an existing table
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/114
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Action and Specialized Queries: Moving Beyond the Select Query
1
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.
A
2
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.
A
3
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
4
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
5
A(n) ________ query can be used for adding records to an existing table.

A) append
B) update
C) make table
D) delete
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
6
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
7
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
8
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
9
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
10
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
11
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
12
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
13
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
14
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
15
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
16
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
17
A(n) ________ query removes records from a table based on criteria that you specify.

A) delete
B) append
C) update
D) make table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
18
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
19
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
20
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
21
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
22
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
23
A(n) ________ would be used to replace null values with zeros?

A) update query
B) make table query
C) append query
D) delete query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
24
An action query can be used to add, edit, or delete data in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
25
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
26
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
27
It is usually better to enter the value of zero rather than have a null value in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
28
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
29
Find unmatched queries provide a subset of the data that answers most questions that users ask about the data in their databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
30
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
31
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 114 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which query identifies multiple instances of the same information in a table?

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