Match the SQL clause with its description

I. SELECT
II. TOP
III. FROM
IV. ORDER BY
V. UNION

A. Used to sort a field
B. Lists the fields the query should display
C. Used to combine two or more similar select queries
D. Selects the highest values of the next field listed
E. Lists the table or tables the query fields are from


B, D, E, A, C

Computer Science & Information Technology

You might also like to view...

A cookie is ________.

a. something you eat. b. a piece of data that maintains information about a client during and possibly between browser sessions. c. a piece of data that maintains information about all the servers that a client visits. d. None of the above.

Computer Science & Information Technology

What tool is used for code storage?

A. IDE B. code repository C. ANT D. compiler

Computer Science & Information Technology

What is pixel pitch sometimes called?

A. dot pitch B. display pitch C. ratio pitch D. contrast pitch

Computer Science & Information Technology

A ____ is a collection of suggestions that should be implemented.

A. code of ethics B. guideline C. standard D. policy

Computer Science & Information Technology