Free SQL Practice
Hands-on SQL exercises drawn from Banking, Retail, ERP, and Telecom data models — JOINs, window functions, aggregates, subqueries, and more.
Topics Covered
How many customers have opened an account in the last month?
From: PracticeSet01
Sign in to practice & get feedback →What is the total balance of all accounts in the bank?
From: PracticeSet01
Sign in to practice & get feedback →What is the total balance for each customer in the bank?
From: PtacticeSet02
Sign in to practice & get feedback →How many accounts does each customer have, but only include customers with more than 2 accounts?
From: PtacticeSet02
Sign in to practice & get feedback →How many customers have a balance greater than $10,000?
From: PracticeSet03
Sign in to practice & get feedback →List the total number of accounts for each customer with a balance over $5,000.
From: PracticeSet03
Sign in to practice & get feedback →How many customers have a balance greater than $10,000?
From: PracticeSet04
Sign in to practice & get feedback →What is the average account balance of all customers?
From: PracticeSet04
Sign in to practice & get feedback →How many customers have accounts in the bank?
From: PracticeSet05
Sign in to practice & get feedback →What is the average account balance for all accounts?
From: PracticeSet05
Sign in to practice & get feedback →Get assigned practice sets, run queries live, receive AI-powered hints, and track your scores.
Sign in to start →