Match the following commands with their purposes:

I. Run
II. Datasheet View
III. Query Wizard
IV. Query Design
V. Find Unmatched Query Wizard

A. Used to preview how an action would affect data.
B. Provides step-by-step instructions for creating one specific type of action query.
C. Performs the action of the query.
D. Allows for the creation of a simple select query.
E. Allows the creation of certain action queries not available anywhere else.

C, A, E, D, B

Computer Science & Information Technology

You might also like to view...

How do potential spelling and grammar errors display in Word 2016?

A) As red and blue bold and italics B) As blue and green wavy underlines C) As red and green bolded text D) As red and blue wavy underlines

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The String class's regionMatches method performs a case-insensitive comparison. 2. Most of the String comparison methods are case sensitive. 3. Trying to extract more tokens than exist from a StringTokenizer object will cause an error. 4. A wrapper class is a class that is "wrapped around" a primitive data type and allows you to create objects instead of variables. 5. The wrapper classes in Java are immutable, which means that once you create an object, you cannot change the object's value.

Computer Science & Information Technology