Pgexercises
pgexercises.com
PostgreSQL Exercises
Welcome to PostgreSQL Exercises! This site was born when I noticed that there's a load of material out there to help people learn about SQL, but not a great deal to make it easy to learn by doing. PGExercises provides a series of questions and explanations built on a single, simple dataset.
W3Schools
w3schools.com › postgresql › postgresql_exercises.php
PostgreSQL Exercises
PostgreSQL Operators PostgreSQL SELECT PostgreSQL SELECT DISTINCT PostgreSQL WHERE PostgreSQL ORDER BY PostgreSQL LIMIT PostgreSQL MIN and MAX PostgreSQL COUNT PostgreSQL SUM PostgreSQL AVG PostgreSQL LIKE PostgreSQL IN PostgreSQL BETWEEN PostgreSQL AS PostgreSQL Joins PostgreSQL INNER JOIN PostgreSQL LEFT JOIN PostgreSQL RIGHT JOIN PostgreSQL FULL JOIN PostgreSQL CROSS JOIN PostgreSQL UNION PostgreSQL GROUP BY PostgreSQL HAVING PostgreSQL EXISTS PostgreSQL ANY PostgreSQL ALL PostgreSQL CASE ... Tip: Sign in to track your progress. ... If you haven't already, sign up to become a W3Schooler, and get points for every exercise you complete.
Websites to practice postgreSQL ?
The guided tutorials at Postgres Playground that we developed at Crunchy Data may be helpful. More on reddit.com
PostgreSQL Exercises - exercises and support for learning SQL
Author here - this has been my side project for some time, and I decided it was about time I actually released something :-). If anyone has comments, suggestions, or criticisms I'd be happy to hear them. More on reddit.com
Looking for database and exercises for practice
exercises: https://sqlzoo.net/wiki/SQL_Tutorial fun "detective" puzzle: https://mystery.knightlab.com/ More on reddit.com
Where can I find basic exercises?
https://www.postgresql.org/docs/online-resources/
More on reddit.comVideos
Let's Solve 42 PostgreSQL Exercises: Basic
Let's Solve 42 PostgreSQL Exercises: Introduction
Let's Solve 42 PostgreSQL Exercises: Joins and Subqueries
Let's Solve 42 PostgreSQL Exercises: Aggregations Pt. 2
02:24
Let's Solve 42 PostgreSQL Exercises: Conclusion - YouTube
04:48
Mastering SQL with PostgreSQL: Hands-On Exercises for Database ...
PostgreSQL
postgresql.org › docs › online-resources
PostgreSQL: Tutorials & Other Resources
Copyright © 1996-2026 The PostgreSQL Global Development Group
Vertabelo Academy
academy.vertabelo.com › course › postgresql-queries-online-practice › aggregation-and-grouping › introduction › introduction
PostgreSQL Queries (Online Practice) | Exercise Set | Vertabelo Academy
Solidify your knowledge of using PostgreSQL queries! This online practice set is dedicated to users who know SQL basics.
LearnSQL.com
learnsql.com › blog › how-to-practice-postgresql-online
How to Practice PostgreSQL Online | LearnSQL.com
You can try to use free online datasets or even try to create some projects on your own. But it can be hard to come up with practice problems and scenarios. Also, it’s good to have a learning path, where you can find your current level of experience and see what you need to do to progress. That is why LearnSQL’s Practice Set in PostgreSQL is so useful. Its 88 exercises ...
LearnSQL
learnsql.com › home › sql courses › sql practice set in postgresql
SQL Practice Set in PostgreSQL | Online Course
The theory is one thing, but the real fun starts when you work with it for online practice or apply it in a real-world scenario. So, whether you're a beginner taking your first steps towards writing SQL queries in PostgreSQL or a specialist who wants to refresh your SQL skills through practice, this exercise set will check your knowledge level and show you what you still need to catch up on.
Ozencb
ozencb.github.io › postgresql-exercises
PostgreSQL Exercises
This is a compilation of all the questions and answers on Alisdair Owen's PostgreSQL Exercises.
SQLPad
sqlpad.io › playground › postgres
Postgres Playground with Real Data | SQLPad
Practice Postgres SQL with interview-style questions, real datasets, and fast in-browser results on SQLPad.
Itversity
postgresql.itversity.com › mastering_postgresql_exercises.html
Exercises - Mastering Postgresql — Mastering SQL using Postgresql
Here are the consolidated list of exercises covering all the key topics related to Postgresql to gain mastery over SQL.
GitHub
github.com › ozencb › postgresql-exercises
GitHub - ozencb/postgresql-exercises: PostgreSQL questions and answers on a single dataset · GitHub
Starred by 99 users
Forked by 27 users
Languages HTML 94.8% | CSS 5.0% | JavaScript 0.2%
OneCompiler
onecompiler.com › postgresql › 3zkwykkp4
PostgreSQL Online Editor
The editor shows sample boilerplate code when you choose database as 'PostgreSQL' and start writing queries to learn and test online without worrying about tedious process of installation. PostgreSQL is a open source relational database system and is also knows as Postgres. Postgres is not only free and open-source but also it is highly extensible.
Reddit
reddit.com › r/postgresql › websites to practice postgresql ?
r/PostgreSQL on Reddit: Websites to practice postgreSQL ?
October 19, 2023 -
I have been learning postgreSQL for few days now this is my first relational database, I have been using https://pgexercises.com/ for practice. could you guys suggest me some similar sites to practice and a postgreSQL playground as well.
W3Schools
w3schools.com › postgresql › postgresql_quiz.php
PostgreSQL Quiz
PostgreSQL Exercises PostgreSQL Quiz PostgreSQL Syllabus PostgreSQL Study Plan · ❮ Previous Next ❯ · You can test your PostgreSQL skills with W3Schools' Quiz. The test contains 25 questions and there is no time limit.
LearnSQL.com
learnsql.com › blog › postgresql-practice-exercises
19 PostgreSQL Practice Exercises with Detailed Solutions | LearnSQL.com
The exercises in this article are taken directly from this course - if you find them useful, you can be sure that you will find the rest of the course useful, too. Don’t worry: you are allowed to make all kinds of mistakes - there’s nothing you can break and no one is going to get angry with you for running odd queries. Finally, keep our free PostgreSQL ...
GeeksforGeeks
geeksforgeeks.org › postgresql › postgresql-exercises-1
PostgreSQL Exercises - GeeksforGeeks
July 23, 2025 - PostgreSQL is a powerful, open-source relational database system that supports complex queries, data types, and performance optimization features. This article provides PostgreSQL practice exercises with solutions, allowing learners to explore how joins, aggregations, triggers, and foreign keys work in real scenarios.