SQL Exercises

Apply your knowledge with interactive coding challenges. Complete these 26 SQL exercises to master the language.

26

Total Challenges

0

Completed

26

Remaining

0% Complete

sqlEasy

Select All Users

Retrieve all columns and all rows from the users table.

Basics
sqlEasy

SQL Exercise: WHERE

Practice WHERE in sql with this interactive exercise.

WHERE 10 mins
sqlEasy

Filter by Age

Find all users older than 25.

Filtering
sqlEasy

SQL Exercise: AND, OR, NOT

Practice AND, OR, NOT in sql with this interactive exercise.

AND, OR, NOT 10 mins
sqlMedium

Users and Their Orders

Retrieve the names of users along with their order statuses.

Joins
sqlEasy

SQL Exercise: ORDER BY

Practice ORDER BY in sql with this interactive exercise.

ORDER BY 10 mins
sqlMedium

Calculate Order Totals

Find the total sum of all completed orders.

Aggregation
sqlEasy

SQL Exercise: INSERT INTO

Practice INSERT INTO in sql with this interactive exercise.

INSERT INTO 10 mins
sqlHard

Group Users by Country

Count how many users there are in each country.

Aggregation
sqlEasy

SQL Exercise: NULL Values

Practice NULL Values in sql with this interactive exercise.

NULL Values 10 mins
sqlEasy

SQL Exercise: UPDATE

Practice UPDATE in sql with this interactive exercise.

UPDATE 10 mins
sqlEasy

Update Product Stock

Update the stock of "Laptop Pro".

Writing Data
sqlEasy

SQL Exercise: DELETE

Practice DELETE in sql with this interactive exercise.

DELETE 10 mins
sqlMedium

SQL Exercise: TOP

Practice TOP in sql with this interactive exercise.

TOP 10 mins
sqlMedium

SQL Exercise: MIN and MAX

Practice MIN and MAX in sql with this interactive exercise.

MIN and MAX 10 mins
sqlMedium

SQL Exercise: SELECT

Practice SELECT in sql with this interactive exercise.

SELECT 10 mins
sqlMedium

SQL Exercise: WHERE

Practice WHERE in sql with this interactive exercise.

WHERE 10 mins
sqlMedium

SQL Exercise: AND, OR, NOT

Practice AND, OR, NOT in sql with this interactive exercise.

AND, OR, NOT 10 mins
sqlMedium

SQL Exercise: ORDER BY

Practice ORDER BY in sql with this interactive exercise.

ORDER BY 10 mins
sqlMedium

SQL Exercise: INSERT INTO

Practice INSERT INTO in sql with this interactive exercise.

INSERT INTO 10 mins
sqlHard

SQL Exercise: NULL Values

Practice NULL Values in sql with this interactive exercise.

NULL Values 10 mins
sqlHard

SQL Exercise: UPDATE

Practice UPDATE in sql with this interactive exercise.

UPDATE 10 mins
sqlHard

SQL Exercise: DELETE

Practice DELETE in sql with this interactive exercise.

DELETE 10 mins
sqlHard

SQL Exercise: TOP

Practice TOP in sql with this interactive exercise.

TOP 10 mins
sqlHard

SQL Exercise: MIN and MAX

Practice MIN and MAX in sql with this interactive exercise.

MIN and MAX 10 mins
sqlHard

SQL Exercise: SELECT

Practice SELECT in sql with this interactive exercise.

SELECT 10 mins