Deck 9: Using Action Queries and Advanced Table Relationships

ملء الشاشة (f)
exit full mode
سؤال
Remove a table from the Query window by right-clicking in the field list and choosing delete table. ___________________
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Text expressions included in the Update To row of an update query should always be enclosed in quotation marks . ____________________
سؤال
An action query can only modify one record in a table at a time.
سؤال
An index may be added to or deleted from tables at any time except for primary key indexes.
سؤال
Records deleted using a delete query cannot be restored using the Undo command.
سؤال
When a new table is created using a make-table query, selected fields and records are not deleted from the existing table.
سؤال
It is not possible to verify a Join Type once a relationship has been established between two tables.
سؤال
It is not recommended that a select query be created before creating a make-table query.
سؤال
An append query overwrites an existing query with new data.
سؤال
Access databases may only contain one-to-one relationships between tables. ____________________
سؤال
To maintain current data in a table created by an append query, run the query periodically. ___________________
سؤال
Two tables joined using a common field forming a one-to-many relationship allow the two tables to be used for other database objects as if they are one large table.
سؤال
Only one existing table may be used in the creation of a delete query.
سؤال
To quickly access the Join Properties dialog box, right-click the join line between two tables in Design view. ____________________
سؤال
A table created using the make-table query will not maintain the primary key designation of the underlying table.
سؤال
Inner, outer, and self are all types of queries .
سؤال
All indexes for a table may be viewed by clicking on the Indexes button in the Show/Hide group on the Design tab.
سؤال
A make-table query is a(n)____ query that creates a new table by copying records from one or more existing tables.

A)SQL
B)select
C)action
D)cross-tab
سؤال
When creating an append query, selected fields in the query must match the fields in the table to which the records will be appended. ____________________
سؤال
The only field that is automatically indexed by AutoIndex settings is the primary key field. ____________________
سؤال
Join types may be changed using the Join Types button available in the ____ dialog box.

A)Query Tools
B)Properties
C)Join Wizard
D)Edit Relationships
سؤال
The type of join in a relationship that selects all records from one table and only the records from a second table that have matching common field values is a(n)____ join.

A)inner
B)outer
C)self
D)relational
سؤال
New tables created with the make-table query retain the field ____ of the underlying table(s).

A)data type
B)validation rule
C)format
D)lookup properties
سؤال
Two tables related by a common field with the same value in the common field in each table is an example of a(n)____ join.

A)inner
B)outer
C)self
D)related
سؤال
A primary key index is indicated when the Index Property - Primary - has a setting of ____.

A)Yes
B)No
C)Allow Nulls
D)Ignore Nulls
سؤال
A one-to-many relationship is formed when two tables are joined using ____.

A)a primary key field
B)two primary key fields
C)all table fields
D)a common field
سؤال
The relationship table in a(n)____ relationship contains a primary key that is a composite key with a unique pair of values.

A)one-to-one
B)one-to-many
C)many-to-many
D)many-to-one
سؤال
To create an action query, click the ____ button from the Create tab in Access 2016.

A)Make-Table
B)Action Query
C)Query Design
D)Add New
سؤال
A relationship that joins a table to itself is a(n)____ join type.

A)inner
B)outer
C)self
D)related
سؤال
Field values related to records that contain those field values may be listed in a(n)____.

A)relationship
B)index
C)table
D)catalog
سؤال
In a table relationship, the ____ option requires Access to change the appropriate foreign key values in the related table when the primary key value is changed in the primary table.

A)Edit Relationships
B)Enforce Referential Integrity
C)Cascade Delete Related Records
D)Cascade Update Related Fields
سؤال
An action query that changes selected field values from selected records in one or more tables is a(n)____ query.

A)update
B)delete
C)append
D)select
سؤال
Select all fields in a table to add to a query design grid by double clicking the ____ of the table field list.

A)field names
B)title bar
C)property sheet
D)primary key
سؤال
When each record in the first table matches at most one record in the second table, and each record in the second table matches at most one record in the first table, a(n)____ relationship exists between the two tables

A)one-to-one
B)one-to-many
C)many-to-many
D)many-to-one
سؤال
When creating a self-join relationship it is necessary to add the same table to the Relationship window twice in ____ view.

A)Datasheet
B)Design
C)SQL
D)Properties
سؤال
A(n)____ value is not allowed in an index if the setting for the Primary property is Yes.

A)date
B)null
C)data type
D)input mask
سؤال
A(n)____ query adds records form existing tables or queries to the end of another table.

A)make-table
B)SQL
C)delete
D)append
سؤال
Which of the following table names would appear in Design view to indicate a table being used in a self-join relationship and distinguish it from the first instance of the table in the relationship?

A)1_tblPatient
B)tblPatient2
C)tblPatient_1
D)1tblPatient
سؤال
A(n)____ query creates a new table that is a combination of fields and records from two or more tables.

A)update
B)make-table
C)append
D)SQL
سؤال
Many-to-many relationships are created using a third table that forms ____ relationships with the two original primary tables.

A)many-to-one
B)one-to-many
C)many-to-many
D)one-to-one
سؤال
In the design grid of an append query, the ____ row identifies the fields that the query will append to the table that was designated.

A)Show
B)Field
C)Append To
D)Criteria
سؤال
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
The relationship between the Bus Number and the Bus Routes tables is one-to-many which means that each Bus Route record is connected to _____ Bus Number record(s).

A)at most one
B)at least one
C)exactly one
D)zero, one, or more
سؤال
A new table created by a(n)____ query may contain a subset of the fields and records in an existing table.

A)append
B)make-table
C)delete
D)update
سؤال
Records deleted using a Delete query are permanently removed from the database when the database is ____.

A)closed
B)opened
C)compacted
D)saved
سؤال
The default join type for table relationships in Access is a(n)____ join.

A)inner
B)self
C)outer
D)append
سؤال
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Parents of some of the beginning soccer players have requested that their children be moved to a team that plays at the field closest to their home.  To modify the team field in the current Beginner Soccer League database, Keisha can run a(n)____ query.

A)delete
B)update
C)make-table
D)append
سؤال
Records deleted using a Delete query may not be restored by using the ____ command.

A)Redo
B)Undo
C)Unhide
D)Select
سؤال
In an auto parts inventory database, one car manufacturer may have many auto parts, and a part may be used for many different vehicle models. This is an example of a(n)____ relationship.

A)one-to-one
B)one-to-many
C)many-to-one
D)many-to-many
سؤال
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Keisha does not want information about beginning soccer players from the past year in the Beginner Soccer League database for the current year. She may run a(n)____ query with selected criteria such as year and team name to remove last year's players.

A)update
B)append
C)delete
D)make-table
سؤال
____ queries are often used to append records to history tables.

A)Select
B)Append
C)Delete
D)Update
سؤال
The choice to enforce referential integrity is indicated in Design view by a thick ____

A)border around the table name
B)border around the primary key of the primary table
C)join line
D)red join line
سؤال
A multiple-field index must be created using ____.

A)the Field Properties pane
B)the Data Type drop-down list
C)a subdata sheet
D)the Indexes dialog box
سؤال
The ____ and ____ query types give the user an option to modify data in the Current Database or Another Database using the query dialog box.

A)append, delete
B)append, make-table
C)make-table, delete
D)delete, update
سؤال
To access the Edit Relationships dialog box from a shortcut menu, ____ the join line between tables.

A)click and drag
B)delete
C)left-click
D)right-click
سؤال
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Keisha's supervisor has asked that she provide her with a table showing all of the soccer teams and the team schedules.  This table will only be used once to schedule coaches.  Which type of query should Keisha run?

A)make-table
B)append
C)delete
D)update
سؤال
Use the Field Properties pane to create an index for ____.

A)a single field
B)multiple fields
C)a single query
D)multiple data types
سؤال
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
A join that relates records from the Bus Number table with the Bus Routes table based on the same Bus ID is an example of a(n)____ join.

A)inner
B)outer
C)self
D)common
سؤال
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
The relationship between the Bus Number and Bus Routes tables is one-to-many which means that each Bus Number record is related to ____ Bus Routes record(s).

A)at most one
B)at least one
C)exactly one
D)zero, one, or more
سؤال
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
After the first week of beginning soccer, some children have decided not to continue playing and children on the wait list have been added to teams with openings.  What type of query would help Keisha add the new players to her current Participant table?

A)make-table
B)append
C)delete
D)update
سؤال
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
Latham often has to look up bus routes based on specific bus stops.  To speed up the search process in this large database, he might want to create a(n)____ for the Bus Stop field in the Bus Routes table.

A)update query
B)outer join
C)index
D)self-join
سؤال
Match between columns
A query that adds, changes, or deletes multiple table records.
append query
A query that adds, changes, or deletes multiple table records.
delete query
A query that adds, changes, or deletes multiple table records.
M:N
A query that adds, changes, or deletes multiple table records.
primary table
A query that adds, changes, or deletes multiple table records.
1:M
A query that adds, changes, or deletes multiple table records.
update query
A query that adds, changes, or deletes multiple table records.
action query
A query that adds, changes, or deletes multiple table records.
1:1
A query that adds, changes, or deletes multiple table records.
expression
A query that adds, changes, or deletes multiple table records.
history table
سؤال
Case-Based Critical Thinking Questions
Case 9-3
Taylor manages a database for a regional hardware enterprise with 10 stores in 2 states.  The hardware store wholesales to contractors. The database includes these tables (among others): tblContractor, tblProducts, tblBilling, tblInvoices.
Taylor wants to create a query that shows all contractors and identifies invoices assigned to those contractors.  However, he also wants to see contractors who might not have an invoice assigned for this billing period.  What type of join between tables will give Taylor the desired results?

A)inner join
B)outer join
C)self-join
D)many-to-many
سؤال
Match between columns
The abbreviation for a one-to-one relationship.
append query
The abbreviation for a one-to-one relationship.
delete query
The abbreviation for a one-to-one relationship.
M:N
The abbreviation for a one-to-one relationship.
primary table
The abbreviation for a one-to-one relationship.
1:M
The abbreviation for a one-to-one relationship.
update query
The abbreviation for a one-to-one relationship.
action query
The abbreviation for a one-to-one relationship.
1:1
The abbreviation for a one-to-one relationship.
expression
The abbreviation for a one-to-one relationship.
history table
سؤال
Under what circumstances might it be advisable to delete a database object.
سؤال
Match between columns
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
append query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
delete query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
M:N
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
primary table
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
1:M
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
update query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
action query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
1:1
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
expression
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
history table
سؤال
Match between columns
A calculation resulting in a single value used in update action queries.
append query
A calculation resulting in a single value used in update action queries.
delete query
A calculation resulting in a single value used in update action queries.
M:N
A calculation resulting in a single value used in update action queries.
primary table
A calculation resulting in a single value used in update action queries.
1:M
A calculation resulting in a single value used in update action queries.
update query
A calculation resulting in a single value used in update action queries.
action query
A calculation resulting in a single value used in update action queries.
1:1
A calculation resulting in a single value used in update action queries.
expression
A calculation resulting in a single value used in update action queries.
history table
سؤال
Match between columns
A table that always has a one-to-many relationship with a relationship table.
append query
A table that always has a one-to-many relationship with a relationship table.
delete query
A table that always has a one-to-many relationship with a relationship table.
M:N
A table that always has a one-to-many relationship with a relationship table.
primary table
A table that always has a one-to-many relationship with a relationship table.
1:M
A table that always has a one-to-many relationship with a relationship table.
update query
A table that always has a one-to-many relationship with a relationship table.
action query
A table that always has a one-to-many relationship with a relationship table.
1:1
A table that always has a one-to-many relationship with a relationship table.
expression
A table that always has a one-to-many relationship with a relationship table.
history table
سؤال
Match between columns
The abbreviation for a one-to-many relationship.
append query
The abbreviation for a one-to-many relationship.
delete query
The abbreviation for a one-to-many relationship.
M:N
The abbreviation for a one-to-many relationship.
primary table
The abbreviation for a one-to-many relationship.
1:M
The abbreviation for a one-to-many relationship.
update query
The abbreviation for a one-to-many relationship.
action query
The abbreviation for a one-to-many relationship.
1:1
The abbreviation for a one-to-many relationship.
expression
The abbreviation for a one-to-many relationship.
history table
سؤال
Is it a good idea to save action queries permanently in a database?  Why or why not?
سؤال
Match between columns
An action query that adds records from existing tables or queries to the end of another table.
append query
An action query that adds records from existing tables or queries to the end of another table.
delete query
An action query that adds records from existing tables or queries to the end of another table.
M:N
An action query that adds records from existing tables or queries to the end of another table.
primary table
An action query that adds records from existing tables or queries to the end of another table.
1:M
An action query that adds records from existing tables or queries to the end of another table.
update query
An action query that adds records from existing tables or queries to the end of another table.
action query
An action query that adds records from existing tables or queries to the end of another table.
1:1
An action query that adds records from existing tables or queries to the end of another table.
expression
An action query that adds records from existing tables or queries to the end of another table.
history table
سؤال
Match between columns
A table that contains data that is no longer needed but that might need to be referenced in the future.
append query
A table that contains data that is no longer needed but that might need to be referenced in the future.
delete query
A table that contains data that is no longer needed but that might need to be referenced in the future.
M:N
A table that contains data that is no longer needed but that might need to be referenced in the future.
primary table
A table that contains data that is no longer needed but that might need to be referenced in the future.
1:M
A table that contains data that is no longer needed but that might need to be referenced in the future.
update query
A table that contains data that is no longer needed but that might need to be referenced in the future.
action query
A table that contains data that is no longer needed but that might need to be referenced in the future.
1:1
A table that contains data that is no longer needed but that might need to be referenced in the future.
expression
A table that contains data that is no longer needed but that might need to be referenced in the future.
history table
سؤال
Adding indexes to tables speeds up the performance of database operations for large databases. What are the disadvantages of using indexes for large databases.
سؤال
Case-Based Critical Thinking Questions
Case 9-3
Taylor manages a database for a regional hardware enterprise with 10 stores in 2 states.  The hardware store wholesales to contractors. The database includes these tables (among others): tblContractor, tblProducts, tblBilling, tblInvoices.
Taylor has added the tables tblContractor, tblBilling, and tblInvoices to the relationships window. He has created a relationship between the tblBilling and tblContractor based on the ContractorID field.  What type of relationship is this?

A)one-to-one
B)one-to-many
C)many-to-many
D)one-to-none
سؤال
Match between columns
The abbreviation for a many-to-many relationship.
append query
The abbreviation for a many-to-many relationship.
delete query
The abbreviation for a many-to-many relationship.
M:N
The abbreviation for a many-to-many relationship.
primary table
The abbreviation for a many-to-many relationship.
1:M
The abbreviation for a many-to-many relationship.
update query
The abbreviation for a many-to-many relationship.
action query
The abbreviation for a many-to-many relationship.
1:1
The abbreviation for a many-to-many relationship.
expression
The abbreviation for a many-to-many relationship.
history table
سؤال
Match between columns
An action query that changes selected field values from selected records in one or more tables.
append query
An action query that changes selected field values from selected records in one or more tables.
delete query
An action query that changes selected field values from selected records in one or more tables.
M:N
An action query that changes selected field values from selected records in one or more tables.
primary table
An action query that changes selected field values from selected records in one or more tables.
1:M
An action query that changes selected field values from selected records in one or more tables.
update query
An action query that changes selected field values from selected records in one or more tables.
action query
An action query that changes selected field values from selected records in one or more tables.
1:1
An action query that changes selected field values from selected records in one or more tables.
expression
An action query that changes selected field values from selected records in one or more tables.
history table
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 9: Using Action Queries and Advanced Table Relationships
1
Remove a table from the Query window by right-clicking in the field list and choosing delete table. ___________________
False
2
Text expressions included in the Update To row of an update query should always be enclosed in quotation marks . ____________________
True
3
An action query can only modify one record in a table at a time.
False
4
An index may be added to or deleted from tables at any time except for primary key indexes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
5
Records deleted using a delete query cannot be restored using the Undo command.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
6
When a new table is created using a make-table query, selected fields and records are not deleted from the existing table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
7
It is not possible to verify a Join Type once a relationship has been established between two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
8
It is not recommended that a select query be created before creating a make-table query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
9
An append query overwrites an existing query with new data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
10
Access databases may only contain one-to-one relationships between tables. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
11
To maintain current data in a table created by an append query, run the query periodically. ___________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
12
Two tables joined using a common field forming a one-to-many relationship allow the two tables to be used for other database objects as if they are one large table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
13
Only one existing table may be used in the creation of a delete query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
14
To quickly access the Join Properties dialog box, right-click the join line between two tables in Design view. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
15
A table created using the make-table query will not maintain the primary key designation of the underlying table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
16
Inner, outer, and self are all types of queries .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
17
All indexes for a table may be viewed by clicking on the Indexes button in the Show/Hide group on the Design tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
18
A make-table query is a(n)____ query that creates a new table by copying records from one or more existing tables.

A)SQL
B)select
C)action
D)cross-tab
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
19
When creating an append query, selected fields in the query must match the fields in the table to which the records will be appended. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
20
The only field that is automatically indexed by AutoIndex settings is the primary key field. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
21
Join types may be changed using the Join Types button available in the ____ dialog box.

A)Query Tools
B)Properties
C)Join Wizard
D)Edit Relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
22
The type of join in a relationship that selects all records from one table and only the records from a second table that have matching common field values is a(n)____ join.

A)inner
B)outer
C)self
D)relational
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
23
New tables created with the make-table query retain the field ____ of the underlying table(s).

A)data type
B)validation rule
C)format
D)lookup properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
24
Two tables related by a common field with the same value in the common field in each table is an example of a(n)____ join.

A)inner
B)outer
C)self
D)related
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
25
A primary key index is indicated when the Index Property - Primary - has a setting of ____.

A)Yes
B)No
C)Allow Nulls
D)Ignore Nulls
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
26
A one-to-many relationship is formed when two tables are joined using ____.

A)a primary key field
B)two primary key fields
C)all table fields
D)a common field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
27
The relationship table in a(n)____ relationship contains a primary key that is a composite key with a unique pair of values.

A)one-to-one
B)one-to-many
C)many-to-many
D)many-to-one
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
28
To create an action query, click the ____ button from the Create tab in Access 2016.

A)Make-Table
B)Action Query
C)Query Design
D)Add New
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
29
A relationship that joins a table to itself is a(n)____ join type.

A)inner
B)outer
C)self
D)related
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
30
Field values related to records that contain those field values may be listed in a(n)____.

A)relationship
B)index
C)table
D)catalog
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
31
In a table relationship, the ____ option requires Access to change the appropriate foreign key values in the related table when the primary key value is changed in the primary table.

A)Edit Relationships
B)Enforce Referential Integrity
C)Cascade Delete Related Records
D)Cascade Update Related Fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
32
An action query that changes selected field values from selected records in one or more tables is a(n)____ query.

A)update
B)delete
C)append
D)select
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
33
Select all fields in a table to add to a query design grid by double clicking the ____ of the table field list.

A)field names
B)title bar
C)property sheet
D)primary key
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
34
When each record in the first table matches at most one record in the second table, and each record in the second table matches at most one record in the first table, a(n)____ relationship exists between the two tables

A)one-to-one
B)one-to-many
C)many-to-many
D)many-to-one
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
35
When creating a self-join relationship it is necessary to add the same table to the Relationship window twice in ____ view.

A)Datasheet
B)Design
C)SQL
D)Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
36
A(n)____ value is not allowed in an index if the setting for the Primary property is Yes.

A)date
B)null
C)data type
D)input mask
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
37
A(n)____ query adds records form existing tables or queries to the end of another table.

A)make-table
B)SQL
C)delete
D)append
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following table names would appear in Design view to indicate a table being used in a self-join relationship and distinguish it from the first instance of the table in the relationship?

A)1_tblPatient
B)tblPatient2
C)tblPatient_1
D)1tblPatient
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
39
A(n)____ query creates a new table that is a combination of fields and records from two or more tables.

A)update
B)make-table
C)append
D)SQL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
40
Many-to-many relationships are created using a third table that forms ____ relationships with the two original primary tables.

A)many-to-one
B)one-to-many
C)many-to-many
D)one-to-one
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
41
In the design grid of an append query, the ____ row identifies the fields that the query will append to the table that was designated.

A)Show
B)Field
C)Append To
D)Criteria
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
42
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
The relationship between the Bus Number and the Bus Routes tables is one-to-many which means that each Bus Route record is connected to _____ Bus Number record(s).

A)at most one
B)at least one
C)exactly one
D)zero, one, or more
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
43
A new table created by a(n)____ query may contain a subset of the fields and records in an existing table.

A)append
B)make-table
C)delete
D)update
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
44
Records deleted using a Delete query are permanently removed from the database when the database is ____.

A)closed
B)opened
C)compacted
D)saved
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
45
The default join type for table relationships in Access is a(n)____ join.

A)inner
B)self
C)outer
D)append
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
46
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Parents of some of the beginning soccer players have requested that their children be moved to a team that plays at the field closest to their home.  To modify the team field in the current Beginner Soccer League database, Keisha can run a(n)____ query.

A)delete
B)update
C)make-table
D)append
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
47
Records deleted using a Delete query may not be restored by using the ____ command.

A)Redo
B)Undo
C)Unhide
D)Select
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
48
In an auto parts inventory database, one car manufacturer may have many auto parts, and a part may be used for many different vehicle models. This is an example of a(n)____ relationship.

A)one-to-one
B)one-to-many
C)many-to-one
D)many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
49
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Keisha does not want information about beginning soccer players from the past year in the Beginner Soccer League database for the current year. She may run a(n)____ query with selected criteria such as year and team name to remove last year's players.

A)update
B)append
C)delete
D)make-table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
50
____ queries are often used to append records to history tables.

A)Select
B)Append
C)Delete
D)Update
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
51
The choice to enforce referential integrity is indicated in Design view by a thick ____

A)border around the table name
B)border around the primary key of the primary table
C)join line
D)red join line
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
52
A multiple-field index must be created using ____.

A)the Field Properties pane
B)the Data Type drop-down list
C)a subdata sheet
D)the Indexes dialog box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
53
The ____ and ____ query types give the user an option to modify data in the Current Database or Another Database using the query dialog box.

A)append, delete
B)append, make-table
C)make-table, delete
D)delete, update
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
54
To access the Edit Relationships dialog box from a shortcut menu, ____ the join line between tables.

A)click and drag
B)delete
C)left-click
D)right-click
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
55
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
Keisha's supervisor has asked that she provide her with a table showing all of the soccer teams and the team schedules.  This table will only be used once to schedule coaches.  Which type of query should Keisha run?

A)make-table
B)append
C)delete
D)update
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
56
Use the Field Properties pane to create an index for ____.

A)a single field
B)multiple fields
C)a single query
D)multiple data types
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
57
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
A join that relates records from the Bus Number table with the Bus Routes table based on the same Bus ID is an example of a(n)____ join.

A)inner
B)outer
C)self
D)common
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
58
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
The relationship between the Bus Number and Bus Routes tables is one-to-many which means that each Bus Number record is related to ____ Bus Routes record(s).

A)at most one
B)at least one
C)exactly one
D)zero, one, or more
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
59
Case-Based Critical Thinking Questions
Case 9-1
Keisha is completing an internship with the local parks and recreation department.  She has been asked to update and maintain the beginning soccer league database for children ages 3-4.  The league consists of over 150 children and 10 soccer teams.  The teams play at two different soccer fields in the city.  The database already exists from last year so Keisha will not be developing the database.  She will only make changes as necessary to the current database.
After the first week of beginning soccer, some children have decided not to continue playing and children on the wait list have been added to teams with openings.  What type of query would help Keisha add the new players to her current Participant table?

A)make-table
B)append
C)delete
D)update
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
60
Case-Based Critical Thinking Questions
Case 9-2
Latham works in the logistics department for a large city bus system.  As routes are changed, Latham accesses the internal database to ensure all records are accurate.  The Bus Route System database includes a one-to-many relationship between the Bus Number and the Bus Routes with Bus ID as the common field.  This allows the two tables to be joined to create a query based on data from both tables:  Bus Number and Bus Routes.
Latham often has to look up bus routes based on specific bus stops.  To speed up the search process in this large database, he might want to create a(n)____ for the Bus Stop field in the Bus Routes table.

A)update query
B)outer join
C)index
D)self-join
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
61
Match between columns
A query that adds, changes, or deletes multiple table records.
append query
A query that adds, changes, or deletes multiple table records.
delete query
A query that adds, changes, or deletes multiple table records.
M:N
A query that adds, changes, or deletes multiple table records.
primary table
A query that adds, changes, or deletes multiple table records.
1:M
A query that adds, changes, or deletes multiple table records.
update query
A query that adds, changes, or deletes multiple table records.
action query
A query that adds, changes, or deletes multiple table records.
1:1
A query that adds, changes, or deletes multiple table records.
expression
A query that adds, changes, or deletes multiple table records.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
62
Case-Based Critical Thinking Questions
Case 9-3
Taylor manages a database for a regional hardware enterprise with 10 stores in 2 states.  The hardware store wholesales to contractors. The database includes these tables (among others): tblContractor, tblProducts, tblBilling, tblInvoices.
Taylor wants to create a query that shows all contractors and identifies invoices assigned to those contractors.  However, he also wants to see contractors who might not have an invoice assigned for this billing period.  What type of join between tables will give Taylor the desired results?

A)inner join
B)outer join
C)self-join
D)many-to-many
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
63
Match between columns
The abbreviation for a one-to-one relationship.
append query
The abbreviation for a one-to-one relationship.
delete query
The abbreviation for a one-to-one relationship.
M:N
The abbreviation for a one-to-one relationship.
primary table
The abbreviation for a one-to-one relationship.
1:M
The abbreviation for a one-to-one relationship.
update query
The abbreviation for a one-to-one relationship.
action query
The abbreviation for a one-to-one relationship.
1:1
The abbreviation for a one-to-one relationship.
expression
The abbreviation for a one-to-one relationship.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
64
Under what circumstances might it be advisable to delete a database object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
65
Match between columns
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
append query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
delete query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
M:N
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
primary table
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
1:M
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
update query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
action query
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
1:1
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
expression
An action query that deletes a group of records matching the criteria specified in Design view from one or more tables.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
66
Match between columns
A calculation resulting in a single value used in update action queries.
append query
A calculation resulting in a single value used in update action queries.
delete query
A calculation resulting in a single value used in update action queries.
M:N
A calculation resulting in a single value used in update action queries.
primary table
A calculation resulting in a single value used in update action queries.
1:M
A calculation resulting in a single value used in update action queries.
update query
A calculation resulting in a single value used in update action queries.
action query
A calculation resulting in a single value used in update action queries.
1:1
A calculation resulting in a single value used in update action queries.
expression
A calculation resulting in a single value used in update action queries.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
67
Match between columns
A table that always has a one-to-many relationship with a relationship table.
append query
A table that always has a one-to-many relationship with a relationship table.
delete query
A table that always has a one-to-many relationship with a relationship table.
M:N
A table that always has a one-to-many relationship with a relationship table.
primary table
A table that always has a one-to-many relationship with a relationship table.
1:M
A table that always has a one-to-many relationship with a relationship table.
update query
A table that always has a one-to-many relationship with a relationship table.
action query
A table that always has a one-to-many relationship with a relationship table.
1:1
A table that always has a one-to-many relationship with a relationship table.
expression
A table that always has a one-to-many relationship with a relationship table.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
68
Match between columns
The abbreviation for a one-to-many relationship.
append query
The abbreviation for a one-to-many relationship.
delete query
The abbreviation for a one-to-many relationship.
M:N
The abbreviation for a one-to-many relationship.
primary table
The abbreviation for a one-to-many relationship.
1:M
The abbreviation for a one-to-many relationship.
update query
The abbreviation for a one-to-many relationship.
action query
The abbreviation for a one-to-many relationship.
1:1
The abbreviation for a one-to-many relationship.
expression
The abbreviation for a one-to-many relationship.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
69
Is it a good idea to save action queries permanently in a database?  Why or why not?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
70
Match between columns
An action query that adds records from existing tables or queries to the end of another table.
append query
An action query that adds records from existing tables or queries to the end of another table.
delete query
An action query that adds records from existing tables or queries to the end of another table.
M:N
An action query that adds records from existing tables or queries to the end of another table.
primary table
An action query that adds records from existing tables or queries to the end of another table.
1:M
An action query that adds records from existing tables or queries to the end of another table.
update query
An action query that adds records from existing tables or queries to the end of another table.
action query
An action query that adds records from existing tables or queries to the end of another table.
1:1
An action query that adds records from existing tables or queries to the end of another table.
expression
An action query that adds records from existing tables or queries to the end of another table.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
71
Match between columns
A table that contains data that is no longer needed but that might need to be referenced in the future.
append query
A table that contains data that is no longer needed but that might need to be referenced in the future.
delete query
A table that contains data that is no longer needed but that might need to be referenced in the future.
M:N
A table that contains data that is no longer needed but that might need to be referenced in the future.
primary table
A table that contains data that is no longer needed but that might need to be referenced in the future.
1:M
A table that contains data that is no longer needed but that might need to be referenced in the future.
update query
A table that contains data that is no longer needed but that might need to be referenced in the future.
action query
A table that contains data that is no longer needed but that might need to be referenced in the future.
1:1
A table that contains data that is no longer needed but that might need to be referenced in the future.
expression
A table that contains data that is no longer needed but that might need to be referenced in the future.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
72
Adding indexes to tables speeds up the performance of database operations for large databases. What are the disadvantages of using indexes for large databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
73
Case-Based Critical Thinking Questions
Case 9-3
Taylor manages a database for a regional hardware enterprise with 10 stores in 2 states.  The hardware store wholesales to contractors. The database includes these tables (among others): tblContractor, tblProducts, tblBilling, tblInvoices.
Taylor has added the tables tblContractor, tblBilling, and tblInvoices to the relationships window. He has created a relationship between the tblBilling and tblContractor based on the ContractorID field.  What type of relationship is this?

A)one-to-one
B)one-to-many
C)many-to-many
D)one-to-none
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
74
Match between columns
The abbreviation for a many-to-many relationship.
append query
The abbreviation for a many-to-many relationship.
delete query
The abbreviation for a many-to-many relationship.
M:N
The abbreviation for a many-to-many relationship.
primary table
The abbreviation for a many-to-many relationship.
1:M
The abbreviation for a many-to-many relationship.
update query
The abbreviation for a many-to-many relationship.
action query
The abbreviation for a many-to-many relationship.
1:1
The abbreviation for a many-to-many relationship.
expression
The abbreviation for a many-to-many relationship.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
75
Match between columns
An action query that changes selected field values from selected records in one or more tables.
append query
An action query that changes selected field values from selected records in one or more tables.
delete query
An action query that changes selected field values from selected records in one or more tables.
M:N
An action query that changes selected field values from selected records in one or more tables.
primary table
An action query that changes selected field values from selected records in one or more tables.
1:M
An action query that changes selected field values from selected records in one or more tables.
update query
An action query that changes selected field values from selected records in one or more tables.
action query
An action query that changes selected field values from selected records in one or more tables.
1:1
An action query that changes selected field values from selected records in one or more tables.
expression
An action query that changes selected field values from selected records in one or more tables.
history table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 75 في هذه المجموعة.