Solved

Match the Following SQL Keywords with Their Meanings

Question 47

Matching

Match the following SQL keywords with their meanings:

Premises:
FROM
WHERE
SELECT
SQL
ORDER BY
Responses:
specifies the criteria that records must match to be included in the results
specifies the table or tables that will be searched
instructs Access to return the specific fields from one or more tables
sorts the records by a certain field in either ascending or descending order
defines the purpose and the structure of an SQL statement

Correct Answer:

FROM
WHERE
SELECT
SQL
ORDER BY
Related Questions