Easy1 markMultiple Choice
Area I: Information SystemsData ManagementSQLArea I

CPA · Question 25 · Area I: Information Systems

An auditor wants to extract all customers from the 'Sales' table who live in 'NY' and spent more than $1,000. Which SQL clause is required to filter the data?

Answer options:

A.

SELECT

B.

FROM

C.

WHERE

D.

ORDER BY

How to approach this question

Recall SQL syntax functions.

Full Answer

C.WHERE✓ Correct
WHERE
The WHERE clause is used to filter records and extract only those that fulfill a specified condition.

Common mistakes

Confusing SELECT (columns) with WHERE (rows/conditions).

Practice the full CPA ISC Practice Exam 5

82 questions · hints · full answers · grading

More questions from this exam