Exam 10: Using Macros and Sqlin Access: Advanced Techniques

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

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

Free
(True/False)
4.9/5
(36)
Correct Answer:
Verified

False

Match the following SQL keywords with their meanings:
FROM
instructs Access to return the specific fields from one or more tables
ORDER BY
specifies the table or tables that will be searched
SELECT
specifies the criteria that records must match to be included in the results
Correct Answer:
Verified
Premises:
Responses:
FROM
instructs Access to return the specific fields from one or more tables
ORDER BY
specifies the table or tables that will be searched
SELECT
specifies the criteria that records must match to be included in the results
SQL
defines the purpose and the structure of an SQL statement
WHERE
sorts the records by a certain field in either ascending or descending order
Free
(Matching)
4.9/5
(25)
Correct Answer:
Verified

What do you use to create a stand-alone macro?

Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
Verified

A

A(n) ________ is a macro that executes when an event attached to a control or object occurs.

(Multiple Choice)
4.9/5
(39)

Access queries use an Oracle statement behind the scenes to extract data from tables.

(True/False)
4.9/5
(35)

One reason for using a SQL statement for a record source is that it is easier to transfer a form or report to another database because the record source is contained in the object.

(True/False)
4.8/5
(37)

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

(Essay)
4.7/5
(39)

What character is used to select all the fields in a table in the Design view of a query?

(Multiple Choice)
4.9/5
(33)

________ is the industry standard language for defining, manipulating, and retrieving data in a database.

(Short Answer)
4.9/5
(43)

Which of the following inherits the logic of the table?

(Multiple Choice)
4.8/5
(26)

What are the two methods of programming with Access?

(Essay)
4.7/5
(39)

Data macros are used to ensure the accuracy of data in a(n):

(Multiple Choice)
4.9/5
(37)

Once a macro has been created, you should ________ to initiate the tasks.

(Multiple Choice)
4.8/5
(41)

When you close a form or a report, the On Close event is triggered and Access executes the steps stored in the macro associated with the On Close event.

(True/False)
4.8/5
(36)

The SELECT keyword instructs Access to return the specific fields from one or more tables or queries.

(True/False)
4.8/5
(46)

An SQL SELECT statement is used to retrieve reports from tables in a database.

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.8/5
(26)

The ________ wizard can you use to create a macro.

(Short Answer)
4.8/5
(38)

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

(Multiple Choice)
4.7/5
(40)

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

(True/False)
4.8/5
(35)
Showing 1 - 20 of 119
close modal

Filters

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