Exam 10: Using Macros and Sql in Access

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

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)

SQL stands for what?

(Multiple Choice)
4.9/5
(31)

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)

Which is not an argument for the MessageBox action?

(Multiple Choice)
4.8/5
(40)

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 associate programming logic to tables?

(Multiple Choice)
4.9/5
(31)

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)

Macros can be created to run other macros inside of them.

(True/False)
4.9/5
(21)

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)

When was SQL developed?

(Multiple Choice)
4.7/5
(36)

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
close modal

Filters

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