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