PostgreSQL - Subqueries in PostgreSQL
Identify the error in the following query:
SELECT * FROM sales WHERE customer_id IN SELECT id FROM customers WHERE country = 'USA';
