Hope these help! Practice SQL - SQL Zoo SQL Challenges - HackerRank Explore - DoltHub - This has public databases that you can query. I find it pretty fun to find a database that contains data you might find interesting and start practicing that. (I.e. challenge yourself to find top 10 NBA scorers under 25 years of age or whatever) Answer from BitesizedBlubber on reddit.com
๐ŸŒ
W3Schools
w3schools.com โ€บ sql โ€บ sql_exercises.asp
SQL Exercises
String Functions: Asc Chr Concat with & CurDir Format InStr InstrRev LCase Left Len LTrim Mid Replace Right RTrim Space Split Str StrComp StrConv StrReverse Trim UCase Numeric Functions: Abs Atn Avg Cos Count Exp Fix Format Int Max Min Randomize Rnd Round Sgn Sqr Sum Val Date Functions: Date DateAdd DateDiff DatePart DateSerial DateValue Day Format Hour Minute Month MonthName Now Second Time TimeSerial TimeValue Weekday WeekdayName Year Other Functions: CurrentUser Environ IsDate IsNull IsNumeric SQL Quick Ref ยท SQL Examples SQL Editor SQL Quiz SQL Exercises SQL Server SQL Syllabus SQL Study Plan SQL Bootcamp SQL Training
๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ sql โ€บ sql-exercises
SQL Exercises : SQL Practice with Solution for Beginners and Experienced - GeeksforGeeks
April 1, 2026 - This section offers beginner-friendly SQL exercises covering SELECT, INSERT, UPDATE, and DELETE using tables like Sales and Products to build a strong foundation for real-world database tasks.
Discussions

Where to practice SQL?
Hope these help! Practice SQL - SQL Zoo SQL Challenges - HackerRank Explore - DoltHub - This has public databases that you can query. I find it pretty fun to find a database that contains data you might find interesting and start practicing that. (I.e. challenge yourself to find top 10 NBA scorers under 25 years of age or whatever) More on reddit.com
๐ŸŒ r/SQL
178
332
March 20, 2023
Need more SQL practice? Use these wesites - SQL - Code with Mosh Forum
Since getting SQL skills require study and practice, I found a couple of extra websites to practice SQL. I wanted to find graded exercises (or a way to know if my queries were well written). Here are my findings: Exercise v3.0 Graded exercises and theory in case you need it. More on forum.codewithmosh.com
๐ŸŒ forum.codewithmosh.com
4
January 20, 2021
best free site to practice SQL while learning for a total beginner
https://www.w3schools.com/sql/ is a good place to start. More on reddit.com
๐ŸŒ r/SQL
33
44
January 10, 2024
What are some SQL practice questions for some job interviews?
Hacker Rank is where I went when I was interviewing. More on reddit.com
๐ŸŒ r/SQL
32
30
April 13, 2021
๐ŸŒ
HackerRank
hackerrank.com โ€บ domains โ€บ sql
Solve SQL Code Challenges
A special-purpose language designed for managing data held in a relational database.
๐ŸŒ
YouTube
youtube.com โ€บ watch
Solve 70 SQL Questions in 3 hrs | Ultimate SQL Practice | Master SQL - YouTube
In this video, I will solve 70 SQL Questions, after this video, you will feel yourself equipped with SQL, ready for Placements and Tech Interviews. Book a 1:...
Published ย  February 19, 2025
Find elsewhere
๐ŸŒ
Code with Mosh
forum.codewithmosh.com โ€บ sql
Need more SQL practice? Use these wesites - SQL - Code with Mosh Forum
January 20, 2021 - Since getting SQL skills require study and practice, I found a couple of extra websites to practice SQL. I wanted to find graded exercises (or a way to know if my queries were well written). Here are my findings: Exercise v3.0 Graded exercises and theory in case you need it.
๐ŸŒ
DataLemur
datalemur.com โ€บ questions โ€บ sql-where-practice-exercise
SQL WHERE Practice Exercise
Dive into our SQL WHERE clause tutorial and practice exercise where you'll filter a database of Amazon products.
๐ŸŒ
SQLZoo
sqlzoo.net โ€บ wiki โ€บ SQL_Tutorial
SQLZoo
Additional practice of the basic features using a table of Nobel Prize winners. ... In which we form queries using other queries.
๐ŸŒ
LearnSQL.com
learnsql.com โ€บ blog โ€บ sql-practice-exercises
10 Beginner SQL Practice Exercises With Solutions | LearnSQL.com
April 18, 2023 - A comprehensive guide to setting up your own SQL database for practicing SQL with hands-on exercises. ... Boost your data analysis skills with 15 beginner-friendly SQL exercises.
๐ŸŒ
CodeChef
codechef.com โ€บ practice โ€บ sql-case-studies-topic-wise
SQL Practice Queries
Practice queries on Select, Where, Limit, Order by, Aggregates, Group by, Joins, Sub-queries and Case expressions. Solve over 80 SQL exercises using real life case studies. Write queries in MySQL syntax.
๐ŸŒ
w3resource
w3resource.com โ€บ sql-exercises
SQL Exercises, Practice, Solution - w3resource
Master SQL through hands-on practice! This section offers exercises for beginners to advanced users.
๐ŸŒ
SQL Practice
sql-practice.com
Learn SQL - Online SQL Terminal - Practice SQL Querys
We cannot provide a description for this page right now
๐ŸŒ
Mebrahimii
mebrahimii.github.io โ€บ comp440-spring2020 โ€บ lecture โ€บ week_6 โ€บ SQL_Practice.pdf pdf
SQL Practice 1 One table, Aggregation, Group By 24 Queries
SQL Practice 1 ยท One table, Aggregation, Group By ยท 24 Queries ยท Link: https://www.w3resource.com/sql-exercises/ Query 1 ยท โ€ข Display name and commission of all the salesmen. Query 1 ยท โ€ข Display name and commission for all the ยท salesmen. SELECT name, commission ยท
๐ŸŒ
Sql-ex
sql-ex.ru
SQL exercises
SQL remote education. Interactive exercises on SQL statements: SELECT,INSERT,UPDATE,DELETE
๐ŸŒ
Scribd
scribd.com โ€บ document โ€บ 153764970 โ€บ SQL-Query-Practice-Solution
SQL Query Practice Solution | PDF | Database Index | Information Retrieval
The document provides examples of SQL queries to: 1) Select, filter, sort, and format data from tables; 2) Perform aggregate functions and group data; 3) Join tables; 4) Use subqueries; ...