CPA · Question 33 · Area I: Information Systems
An auditor is reviewing a SQL query that joins two tables: 'Customers' and 'Orders'. The goal is to list ALL customers, including those who have not placed any orders. Which JOIN type should be used?
Answer options:
INNER JOIN
LEFT JOIN (or LEFT OUTER JOIN)
RIGHT JOIN
CROSS JOIN
82 questions · hints · full answers · grading