CPA · Question 71 · Area I: Information Systems
An auditor is reviewing a SQL query that joins two tables: 'Customers' and 'Orders'. The query uses an 'INNER JOIN'. Which records will be included in the result?
Answer options:
All customers, even if they have no orders.
All orders, even if they have no customer.
Only records where there is a match in BOTH tables.
All records from both tables, regardless of matches.
82 questions · hints · full answers · grading