Solved

Match the Following Terms with Their Descriptions

Question 66

Matching

Match the following terms with their descriptions:

Premises:
SQL keyword
FROM keyword
SELECT keyword
ORDER BY keyword
WHERE keyword
Responses:
Determines the sort order in an SQL statement
Defines the purpose and structure of an SQL statement
Determines the table or tables which will supply the fields used in an SQL statement
Determines which fields will be included in an SQL statement
Determines any criteria that will be applied to records in an SQL statement

Correct Answer:

SQL keyword
FROM keyword
SELECT keyword
ORDER BY keyword
WHERE keyword
Related Questions