Exam 10: Using Macros and Sql in Access
Exam 1: Introduction to Access92 Questions
Exam 2: Tables and Queries in Relational Databases99 Questions
Exam 3: Using Queries to Make Decisions89 Questions
Exam 4: Creating and Using Professional Forms and Reports100 Questions
Exam 5: Data Validation and Data Analysis95 Questions
Exam 6: Action and Specialized Queries94 Questions
Exam 7: Advanced Forms and Reports97 Questions
Exam 8: Get Connected83 Questions
Exam 9: Fine-Tuning the Database92 Questions
Exam 10: Using Macros and Sql in Access88 Questions
Exam 11: Microsoft Office Basics and Functions100 Questions
Select questions type
Which of the four is not considered one of the four basic words in SQL statements?
(Multiple Choice)
4.9/5
(43)
When you add a macro to an event, Access embeds a macro in the object or control and lists it on the Navigation Pane.
(True/False)
4.8/5
(41)
When you add an action to a macro and that action has several arguments, each of the arguments are required.
(True/False)
4.8/5
(39)
Since data macros are connected to tables, they cannot be attached to events in a form.
(True/False)
4.9/5
(39)
When business logic requires the comparison of two or more fields, you need to use a(n) ________ macro.
(Short Answer)
4.9/5
(30)
If your SQL query does not include a WHERE statement, then how many records will be selected?
(Multiple Choice)
4.9/5
(44)
What type of macros allow companies to apply business logic to a database?
(Multiple Choice)
4.8/5
(26)
Which one of the four keywords in SQL is used to determine how rows will be sorted?
(Multiple Choice)
4.8/5
(31)
A(n) ________ is a series of actions that can be programmed to automate tasks.
(Short Answer)
4.8/5
(38)
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.8/5
(28)
The ________ Update event is triggered any time you enter or update data on a form.
(Short Answer)
4.8/5
(34)
Which of the following is not an action which can be used in a data macro?
(Multiple Choice)
4.7/5
(27)
Which one of the four keywords in SQL is used to establish criteria?
(Multiple Choice)
4.9/5
(42)
Stand-alone macros do not display as objects in the Navigation Pane.
(True/False)
4.9/5
(36)
Match the following SQL keywords with their purposes:
I. SELECT
II. FROM
III. WHERE
IV. GROUP BY
V. ORDER BY
A. This is not a SQL keyword.
B. Specifies the sort order of the records
C. Specifies which table or tables contain the necessary fields
D. Specifies any criteria which will be applied to the records
E. Specifies which fields will be displayed
(Essay)
4.9/5
(36)
Showing 41 - 60 of 88
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)