-- returns records where amount is greater than 400 (exclusive) SELECT order_id, item, amount FROM Orders WHERE amount > 400;