Order Details

Find order details made by Jill and Eva. Consider the Jill and Eva as first names of customers. Output the order date, details and cost along with the first name. Order records based on the customer id in ascending order.

table name: customers


table name: orders

Solution: 
select c.first_name, o.order_date,o.order_details,o.total_order_cost from customers as c
join orders as
on c.id = o.cust_id
where c.first_name in ('Eva','Jill') order by c.id;

Comments (1)
joseph_cox - 16/05/2026 19:34
Good day, I'd appreciate the chance to talk through what you offer and see if we're a good fit. Please contact me when convenient — happy to share more context. Best regards.