Deck 12: Managing and Sharing a Database
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/12
Play
Full screen (f)
Deck 12: Managing and Sharing a Database
1
Filter By
filters records that match multiple selection criteria using the same Access comparison operators used in queries.

filters records that match multiple selection criteria using the same Access comparison operators used in queries.
• Filters are conditions that can be applied on Access forms or datasheets or tables displayed using Access, using these conditions user can view or access only required amount of data from the datasheet.
• For example a datasheet contains information about all its customers, but user wants to view the list of customers who are of age above 35, in such situations, a condition or a filter is specified on the Age field of the customer, so that only the customer records whose age is above 35 are displayed.
• There are many types of filters that can be used to filter records in a data sheet, one of them is Filter By Form which filters records based on multiple conditions and uses the same comparison operators used in a query. The comparison operators used by queries are ' ',' ',' '.
• For example a datasheet contains information about all its customers, but user wants to view the list of customers who are of age above 35, in such situations, a condition or a filter is specified on the Age field of the customer, so that only the customer records whose age is above 35 are displayed.
• There are many types of filters that can be used to filter records in a data sheet, one of them is Filter By Form which filters records based on multiple conditions and uses the same comparison operators used in a query. The comparison operators used by queries are ' ',' ',' '.
2
You can save a filter as a(n)
and reuse the filter by opening the saved object.

and reuse the filter by opening the saved object.
• Filters are conditions that can be applied on Access forms or datasheets or tables displayed using Access, using these conditions user can view or access only required amount of data from the datasheet.
• The users can save a filter as a Query using the advanced tools available in the design layout, such that the user can reuse the filter condition on the form or datasheet by opening the saved queries or objects.
• The users can save a filter as a Query using the advanced tools available in the design layout, such that the user can reuse the filter condition on the form or datasheet by opening the saved queries or objects.
3
What is a subquery
A Sub Query is an Inner query, similar to SQL queries provided by oracle, Access also provides Sub Queries. That is, in a SQL Select query, another Select query is embedded. The second query or the inner query is called as a sub query.
• Sub queries are executed first, the outer query is always evaluated basing on the result of the subquery or inner query.
• For example: user wants to retrieve customers information who are working in department sales.
Select customer_id, customer_name
from tblcustomer
where dept_id = ( Select dept_id from tbldepartment where dept_name='sales');
So here the sub query or inner query "Select dept_id from tbldepartment where dept_name='sales' "is executed first, if suppose the inner query results is one record, that record is used to evaluate the outer query.
• Sub queries are executed first, the outer query is always evaluated basing on the result of the subquery or inner query.
• For example: user wants to retrieve customers information who are working in department sales.
Select customer_id, customer_name
from tblcustomer
where dept_id = ( Select dept_id from tbldepartment where dept_name='sales');
So here the sub query or inner query "Select dept_id from tbldepartment where dept_name='sales' "is executed first, if suppose the inner query results is one record, that record is used to evaluate the outer query.
4
What is a multivalued field
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
5
You use the
property to display a multivalued field in expanded form so that each value is displayed in a separate row in a query.

property to display a multivalued field in expanded form so that each value is displayed in a separate row in a query.
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
6
Access stores attachments in
form to minimize file size and maximize disk space usage.

form to minimize file size and maximize disk space usage.
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
7
You can specify sequential numbering or random numbering for a(n)
field.

field.
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
8
What is the Performance Analyzer
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
9
When do you use the Linked Table Manager
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
10
What is the Database Splitter
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
11

refers to the protection of a database against unauthorized access, either intentional or accidental.
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck
12
What is a startup option
Unlock Deck
Unlock for access to all 12 flashcards in this deck.
Unlock Deck
k this deck