Management wants a quick KPI check. Write a query that returns the total number of orders in the system.
Schema
🔑idINT
🔗customer_idINT
order_dateTEXT
statusTEXT
total_amountREAL
postgresql
Run your query to see results
Press Ctrl + Enter to execute
Management wants a quick KPI check. Write a query that returns the total number of orders in the system.
Run your query to see results
Press Ctrl + Enter to execute