Support needs the most recent order for each customer to quickly resolve enquiries. Using the orders table, return customer_id, order_id, amount, and created_at for each customer's most recent order, ordered by customer_id.
orders
customer_id
order_id
amount
created_at