Match the following SQL keywords with their meanings:

I. FROM
II. ORDER BY
III. SELECT
IV. SQL
V. WHERE

A. instructs Access to return the specific fields from one or more tables
B. specifies the table or tables that will be searched
C. specifies the criteria that records must match to be included in the results
D. defines the purpose and the structure of an SQL statement
E. sorts the records by a certain field in either ascending or descending order

B, E, A, D, C

Computer Science & Information Technology

You might also like to view...

As you continue to click the ________ button in the Evaluate Formula dialog box, each part of the formula is calculated until you reach the final result

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. The class BinaryNodeTree had only the default constructor. 2. For class BinaryNodeTree, the copy constructor and the destructor implicitly use traversal. 3. For class BinaryNodeTree, the copy constructor and the destructor each call a recursive method. 4. The add method of BinaryNodeTree concatenates two trees. 5. The add method of BinaryNodeTree does not indicate where that new data should be in the tree.

Computer Science & Information Technology