Solved

Match the Following SQL Keywords with Their Meanings

Question 29

Matching

Match the following SQL keywords with their meanings:

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

Correct Answer:

FROM
ORDER BY
SELECT
SQL
WHERE
Related Questions