Exam 39 : Using Macros and SQL in Access: Advanced Techniques

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

An SQL keyword defines the purpose and the structure of a SQL statement.

(True/False)
4.9/5
(24)

Access provides two methods of programming creating macros and creating procedures using Visual Basic Applications.

(True/False)
4.7/5
(33)

The ORDER BY clause must be added to the beginning of an SQL statement after the WHERE clause.

(True/False)
4.9/5
(29)

A(n)________ macro is created independently of other controls or objects and displays as an object in the Navigation Pane.

(Short Answer)
4.8/5
(39)

A ________ is a series of actions that can be programmed to automate tasks.

(Multiple Choice)
4.8/5
(41)

The SQL ________ keyword is used to sort the records by a certain field in either ascending or descending order.

(Short Answer)
4.8/5
(37)

The ________ was designed to make it easier to create macros,to modify macros,and to add or delete actions from macros.

(Multiple Choice)
4.8/5
(31)

Action queries each have their equivalent SQL keywords and syntax.

(True/False)
4.8/5
(36)

All Access queries use ________ behind the scenes to extract data from tables.

(Multiple Choice)
4.9/5
(45)

The ________ wizard can you use to create a macro.

(Short Answer)
4.8/5
(39)

A(n)________ is a variable,constant or expression that is needed to produce the output for an action.

(Short Answer)
4.8/5
(33)

What is the difference between a stand-alone macro and an embedded macro?

(Essay)
4.9/5
(32)

Data macros can be accessed from anywhere in the database,including running them from within another macro.

(True/False)
4.8/5
(36)

After you create a macro,you initiate all its tasks by running it.

(True/False)
4.9/5
(41)

The SQL WHERE keyword specifies the:

(Multiple Choice)
4.8/5
(27)

What is SQL?

(Essay)
4.9/5
(33)

Data macros attach programming logic to tables.

(True/False)
4.9/5
(40)

An embedded macro is a database object that you create and use independently of other controls or objects.

(True/False)
4.8/5
(44)
Match the following terms with their meanings:
SQL SELECT statement
user interface that enables you to create and edit macros
Structured Query Language
block of text that is used to retrieve data from the tables in a database
event
a variable,constant,or expression that is needed to product the output for an action
Correct Answer:
Verified
Premises:
Responses:
SQL SELECT statement
user interface that enables you to create and edit macros
Structured Query Language
block of text that is used to retrieve data from the tables in a database
event
a variable,constant,or expression that is needed to product the output for an action
Macro Designer
industry-standard language for defining,manipulating,and retrieving data in a database
argument
occurs when a user enters,edits,or deleted data
(Matching)
5.0/5
(43)
Match the following terms with their meanings:
embedded macro
database object that can be created and used independently of other controls or objects
macro
executes when an event attached to a control or object occurs
data macro
executes a series of actions when a table event occurs
Correct Answer:
Verified
Premises:
Responses:
embedded macro
database object that can be created and used independently of other controls or objects
macro
executes when an event attached to a control or object occurs
data macro
executes a series of actions when a table event occurs
stand-alone macro
a series of actions that can be programmed to automate tasks
(Matching)
5.0/5
(32)
Showing 81 - 100 of 100
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)