Skip to main content
All Problems
easy0% acceptance

Account Types with Many Accounts

The product team wants to find account types that have more than 100 accounts. Return the account_type and account_count for each qualifying type, sorted by account_count descending.

Schema

🔑idINT
🔗customer_idINT
account_typeTEXT
balanceREAL
currencyTEXT
opened_atTEXT
statusTEXT
postgresql

Run your query to see results

Press Ctrl + Enter to execute