CPA · Question 04 · Area I: Information Systems
An auditor is reviewing a SQL query used to generate a list of active customers for a marketing campaign. The query is:<br/>SELECT * FROM Customers WHERE Status = 'Active' OR LastOrderDate > '2023-01-01'.<br/>What is the potential issue with this query regarding data accuracy?
Answer options:
It excludes customers who are active but haven't ordered recently.
It may include inactive customers who ordered recently.
It will return duplicate records for active customers with recent orders.
The syntax is invalid for standard SQL.
82 questions · hints · full answers · grading