Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering PostgreSQL: Learning By Real Examples
Highest Rated
Rating: 4.5 out of 5(39 ratings)
172 students

Mastering PostgreSQL: Learning By Real Examples

A Complete Guide to Practical PostgreSQL
Created byMissak Boyajian
Last updated 2/2026
English

What you'll learn

  • Learn SQL Concepts with PostgreSQL.
  • Write SQL queries to retrieve data.
  • Gain a comprehensive understanding of PostgreSQL, including topics such as window functions, aggregates, and joins.
  • Understand how to perform date-related calculations and manipulations in PostgreSQL.
  • Learn how to work with Arrays and JSON in PostgreSQL.
  • Learn how to create databases, tables, columns and data using PostgreSQL.
  • Learn by solving 55 exercises!

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

20 sections99 lectures3h 22m total length
  • Prerequisites0:28
  • Working Data1:40

Requirements

  • SQL experience is not needed.
  • You need a PC, Mac, or a Desktop Computer
  • Make sure you have PostgreSQL Installed locally in your computer or in a docker image.
  • Make sure to install tools such as pgAdmin, DBeaver, or Datagrip to help you write queries.

Description

This is a course intended for software engineers and data analysts that want to learn more about Relational Databases and SQL It covers both basic and advanced SQL concepts and theories. The course is intended for both Junior and Senior Level Engineers and is purely focused on SQL and writing queries.

PostgreSQL will be used in this course. But the theories you learn can be applied in any Relational Database such as SQL Server or MySql

All the sections are explained by one or more examples. I used a sample database that had students, courses, registrations and instructors records. Learning by doing examples is a much better technique than just studying a theory.


This course contains lectures and exercises. You'll get immediate practice on all of the different topics and features that you learn!

You will learn about:

  • Selecting Data

  • Aggregate Functions

  • Built in Functions

  • Joins

  • Dates

  • Schema and Data

  • CRUD Operations

  • Transactions

  • Arrays in Postgres

  • JSONs in Postgres

  • And More!


Data is the core of an application. Any application that you see on your phone or on your website uses some storage somewhere. Having a good database design and queries is very crucial for any application. This course focuses mainly on the querying part.

At the end of the course, you should be able to:

  1. Master basic query syntax and functionality: Students will learn the syntax of basic SQL queries, including SELECT, FROM, WHERE, GROUP BY, and ORDER BY. They will also gain an understanding of how to filter and sort data, and how to use basic functions and operators.

  2. Develop proficiency in advanced querying techniques: Students will learn how to write more complex queries, including subqueries, inner and outer joins, and aggregations. They will also learn how to use advanced functions and operators such as CASE statements, window functions, and regular expressions.

  3. Optimize queries for performance: Students will learn how to optimize queries for faster execution, including indexing strategies, query planning and execution, and common performance issues to avoid.

  4. Apply queries to real-world scenarios: Students will learn how to apply their query skills to solve real-world problems. They will also explore best practices for data modeling and query design to ensure their queries are accurate and efficient.

Who this course is for:

  • Backend Engineers
  • Data Scientists
  • Data Analysts
  • Software Engineers
  • Full Stack Engineers