-- returns records where customer_id is only 4 SELECT order_id, item, amount FROM Orders WHERE customer_id = 4;