Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
New Perspectives Microsoft Office 365 and Access 2016
Exam 9: Using Action Queries and Advanced Table Relationships
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
To access the Edit Relationships dialog box from a shortcut menu, ____ the join line between tables.
Question 2
Multiple Choice
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.
Question 3
Multiple Choice
A new table created by a(n) ____ query may contain a subset of the fields and records in an existing table.
Question 4
Multiple Choice
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) .
Question 5
Multiple Choice
A make-table query is a(n) ____ query that creates a new table by copying records from one or more existing tables.
Question 6
Matching
Matching
Premises:
Responses:
A table that contains data that is no longer needed but that might need to be referenced in the future.
history table
1:M
primary table
Premises:
A table that contains data that is no longer needed but that might need to be referenced in the future.
Responses:
history table
1:M
primary table
Question 7
Essay
Is it a good idea to save action queries permanently in a database? Why or why not?
Question 8
Multiple Choice
A(n) ____ value is not allowed in an index if the setting for the Primary property is Yes.
Question 9
Multiple Choice
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?
Question 10
Multiple Choice
Records deleted using a Delete query are permanently removed from the database when the database is ____.
Question 11
True/False
Inner, outer, and self are all types of queries .
Question 12
Matching
Matching
Premises:
Responses:
The abbreviation for a many-to-many relationship.
primary table
1:1
action query
Premises:
The abbreviation for a many-to-many relationship.
Responses:
primary table
1:1
action query
Question 13
Matching
Matching
Premises:
Responses:
The abbreviation for a one-to-many relationship.
primary table
action query
1:M
Premises:
The abbreviation for a one-to-many relationship.
Responses:
primary table
action query
1:M
Question 14
Matching
Matching
Premises:
Responses:
An action query that adds records from existing tables or queries to the end of another table.
primary table
1:M
1:1
Premises:
An action query that adds records from existing tables or queries to the end of another table.
Responses:
primary table
1:M
1:1
Question 15
True/False
Remove a table from the Query window by right-clicking in the field list and choosing delete table. ___________________
Question 16
Multiple Choice
A(n) ____ query adds records form existing tables or queries to the end of another table.
Question 17
True/False
To maintain current data in a table created by an append query, run the query periodically. ___________________
Question 18
Multiple Choice
Records deleted using a Delete query may not be restored by using the ____ command.
Question 19
Multiple Choice
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.