Exam 11: Enhanced Database Techniques
Exam 1: Office 365 Common Features100 Questions
Exam 2: Introduction to Access87 Questions
Exam 3: Tables and Queries in Relational Databases97 Questions
Exam 4: Query Calculations and Expressions87 Questions
Exam 5: Basic Forms and Reports89 Questions
Exam 6: Data Validation and Data Analysis96 Questions
Exam 7: Action and Specialized Queries98 Questions
Exam 8: Advanced Forms and Reports98 Questions
Exam 9: Get Connected98 Questions
Exam 10: Fine-Tuning the Database100 Questions
Exam 11: Enhanced Database Techniques97 Questions
Select questions type
Macros that work with ""user interface"" objects, such as forms, reports, and buttons, are known as ________ macros.
(Short Answer)
4.9/5
(35)
Match the SQL keywords at the top with what would follow those words from the list at the bottom to accomplish the following: display three fields (Field1, Field2, Field3) from the Sample table, sorted by Field1 in ascending order, and with only those records where Field2 equals "FrogLegs" and put all those in a new table called "Delicacies".
I. SELECT
II. WHERE
III. ORDER BY
IV. FROM
V. INTO
A. Sample
B. Field2="FrogLegs"
C. Field2 DESC
D. Field1, Field2, Field3
E. Delicacies
(Essay)
4.9/5
(42)
A constant used to provide the output for an action is called a(n) ________.
(Multiple Choice)
4.8/5
(37)
The actions available in the Macro Designer are the same for data macros as for standalone or embedded macros.
(True/False)
4.8/5
(45)
A data macro performs a series of actions when a specific form event occurs.
(True/False)
4.8/5
(28)
A(n) ________ can be used to automate repetitive tasks or perform specific actions.
(Short Answer)
4.8/5
(30)
The Macro ________ makes it easier to create or modify macros.
(Short Answer)
4.8/5
(42)
What type of macros allow companies to apply business logic to a database?
(Multiple Choice)
4.9/5
(33)
Structured Query Language is the industry-standard language for defining, manipulating, and retrieving the ________ in a database.
(Short Answer)
4.8/5
(36)
A form that is based on a table that contains a(n) ________ macro inherits the logic of the table.
(Short Answer)
4.8/5
(34)
When a user enters, edits, or deletes data; Access determines that a(n) ________ has occurred.
(Short Answer)
4.9/5
(29)
Which event is triggered any time you enter or update data on a form?
(Multiple Choice)
4.8/5
(30)
When business logic requires the comparison of two or more fields, you need to use what type of macro?
(Multiple Choice)
4.9/5
(41)
The ________ Update event is triggered any time you enter or update data on a form.
(Short Answer)
4.9/5
(25)
When an On Close event is triggered and there is no macro attached to the event, what does Access do?
(Multiple Choice)
4.9/5
(38)
Which one of the four keywords in SQL is used to establish criteria?
(Multiple Choice)
4.8/5
(39)
Which one of the four keywords in SQL is used to specify what table the fields can be found?
(Multiple Choice)
4.9/5
(32)
Which of the following is not an action which can be used in a data macro?
(Multiple Choice)
4.9/5
(35)
The On Close event is triggered only if there is a macro attached to it.
(True/False)
4.7/5
(32)
Showing 61 - 80 of 97
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)