Solved

Match the Following SQL Keywords with Their Purposes

Question 16

Matching

Match the following SQL keywords with their purposes:

Premises:
SELECT
FROM
WHERE
ORDER BY
GROUP BY
Responses:
Specifies which fields will be displayed
Specifies the sort order of the records
This is not a SQL keyword.
Specifies any criteria which will be applied to the records
Specifies which table or tables contain the necessary fields

Correct Answer:

SELECT
FROM
WHERE
ORDER BY
GROUP BY
Related Questions