Skip to main content
All Problems
easy0% acceptance

Ten Most Recent Orders

The operations dashboard needs to show the ten most recent orders. Return the order id, customer_id, order_date, and total_amount, sorted with the newest orders first.

Schema

🔑idINT
🔗customer_idINT
order_dateTEXT
statusTEXT
total_amountREAL
postgresql

Run your query to see results

Press Ctrl + Enter to execute