Azure Database for PostgreSQL Tutorials

At a glance

Learn key PostgreSQL concepts through our Azure Database for PostgreSQL Tutorials. Explore our tutorials to focus on a specific topic, or discover a subject that interest you and delve deeper.

Prerequisites

  • None

Modules in this learning path

This module provides an introduction to the SQL SELECT statement. You learn how to select specific columns, remove duplicates with DISTINCT, create calculated columns and use concatenation.

This module introduces the WHERE clause and subqueries in SQL. You learn how to filter data, combine conditions and use functions like EXTRACT, NOW() and CAST.

Explore how to use the LIMIT and OFFSET clauses in SQL to control the number of rows returned by a query. Learn how to implement pagination and maintain consistent results with ORDER BY.

This module introduces SQL joins, which are essential for combining data from multiple tables. You learn about INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, and NATURAL JOIN.

This module introduces aggregate functions in SQL, which are essential for analyzing data. You learn how to use functions like COUNT, SUM, AVG, MIN and MAX, group data using the GROUP BY clause and filter grouped results with the HAVING clause.