Skip to main content
All Problems
easy0% acceptance

Total Number of Accounts

Management wants a quick KPI check. Write a query that returns the total number of accounts in the system.

Schema

🔑idINT
🔗customer_idINT
account_typeTEXT
balanceREAL
currencyTEXT
opened_atTEXT
statusTEXT
postgresql

Run your query to see results

Press Ctrl + Enter to execute