GitHub
github.com โบ ozencb โบ postgresql-exercises
GitHub - ozencb/postgresql-exercises: PostgreSQL questions and answers on a single dataset ยท GitHub
This is a compilation of all the questions and answers on Alisdair Owen's PostgreSQL Exercises.
Starred by 99 users
Forked by 27 users
Languages ย HTML 94.8% | CSS 5.0% | JavaScript 0.2%
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.
Websites to practice postgreSQL ?
The guided tutorials at Postgres Playground that we developed at Crunchy Data may be helpful. More on reddit.com
Has anyone ever taken the Codility SQL test?
I took one for a Senior Data Engineer role some months ago, but I think (hope) there is more than one, with different difficulty levels. Mine was quite basic, 5 or 6 queries using up to 3 tables in join with basic stats. Nothing advanced, really
More on reddit.comPostgreSQL questions for analyst
This is way too broad to answer. Have you used PG before and do you feel comfortable writing complex queries? Edit: autocomplete More on reddit.com
PostgreSQL Certification Question
As a DBA you are required to at least be proficient in SQL, if not fluent as you will be the person your developers will turn to when they have issues.
Postgres is open source so there's really no certification entity. EnterpriseDB sells Postgres support and they have a certification program, but it includes SQL and many other concepts.
Bottom line, SQL is the language of the database, so you're going to want to learn it through and through.
More on reddit.comVideos
01:14:36
Top 60 PostgreSQL Interview Questions and Answers | PSQL Interview ...
33:26
20 PostgreSQL Inteview Questions and Answers For 2-3 Years ...
22:59
20 PostgreSQL Inteview Questions and Answers For 1 -2 Years ...
20 PostgreSQL Inteview Questions For Beginners 2025 | PostgreSQL ...
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. As a logged on W3Schools user you will have access to many features like having your own web page, track your learning progress, receive personal guided paths, and more. The exercises are a mix of "multiple choice" and "fill in the blanks" questions.
Ozencb
ozencb.github.io โบ postgresql-exercises
PostgreSQL Exercises
This is a compilation of all the questions and answers on Alisdair Owen's PostgreSQL Exercises.
CoderPad
coderpad.io โบ interview-questions โบ postgresql-interview-questions
30 PostgreSQL Interview Questions For Tech Interviews ( 2023 )
May 12, 2025 - Question: Write a SQL query to retrieve the first name, last name, and salary of all employees in the โSalesโ department. SELECT first_name, last_name, salary FROM employees WHERE department_id = (SELECT id FROM departments WHERE name = 'Sales');Code language: PostgreSQL SQL dialect and PL/pgSQL (pgsql) Answer...
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.
FreshersNow
freshersnow.com โบ home โบ technical quiz โบ postgresql mcqs and answers with explanation | postgresql quiz
PostgreSQL MCQs and Answers | PostgreSQL Quiz
February 17, 2025 - Here in this article, you will be able to gather the PostgreSQL MCQ Quiz that tests your comprehension of PostgreSQLโs design, SQL queries, data types, and other sophisticated capabilities. Weโll give you a complete set of PostgreSQL Multiple Choice Questions in this article so you can test your knowledge and be ready for examinations and interviews.
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. Ability to use native utilities to load data. Perform CRUD or DML Operations. Writing basic SQL queries. Creating Tables, Indexes and Constraints.
W3Schools
w3schools.com โบ postgresql โบ postgresql_quiz.php
PostgreSQL Quiz
The test contains 25 questions and there is no time limit. The test is not official, it's just a nice way to see how much you know about PostgreSQL. You will get 1 point for each correct answer.
Open-exam-prep
open-exam-prep.com โบ home โบ practice questions โบ edb postgresql associate practice
200+ Free EDB PostgreSQL Associate Practice Questions & Answers
January 3, 2026 - Practice for the EDB Essentials for PostgreSQL Associate Certification with 200+ free questions. Detailed explanations help you learn from every mistake.