Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Writing Advanced SQL Queries on PostgreSQL
Rating: 3.9 out of 5(64 ratings)
8,879 students

Writing Advanced SQL Queries on PostgreSQL

Learn to create more complex SQL Queries
Last updated 3/2026
English

What you'll learn

  • Query tables
  • Write queries using various aggregate functions
  • Write queries using various analytic functions
  • Download and install PostgreSQL
  • Load sample database
  • Connect o database
  • Extract data from multiple tables

Course content

5 sections33 lectures3h 20m total length
  • Introduction2:11
  • What is PostgreSQL3:44
  • Download PostgreSQL3:48
  • Install PostgreSQL (Windows)5:04
  • Verify installation4:02
  • Install PostgreSQL (Macs)3:15
  • Connecting to database7:30
  • Loading a sample database9:26
  • Query a Table to retrieve all records6:33
  • Query data from specific columns7:41

Requirements

  • Basic understanding of database concepts
  • Basic understanding of SQL

Description

PostgreSQL is commonly known as Postgres and it is also  open source database. There is an increasing need for data scientists and analysts to understand relational data stores. Organizations have long used SQL databases to store transactional data as well as business intelligence related data. If you need to work with SQL databases, this course is designed to help you learn how to perform common relational database  advanced queries using various analytic and aggregate functions.

What you will learn includes:
Downloading and installing PostgreSQL
Querying tables 
Introduction to Aggregate Functions
Writing queries to perform various aggregate functions like: AVG, COUNT, SUM, MIN,MAX
Introduction to Analytic Functions
Illustrating various Analytic functions
Row Number Functions
Using various types of Operators
Introduction to Table Joins
Using various types of joins
Windowing functions for working with ordered data sets
Postgresql INNER JOIN
Retrieving all Data from Table
PostgreSQL FULL OUTER JOIN
PostgreSQL CROSS JOIN
PostgreSQL NATURAL JOIN 
PostgreSQL Left Join

The course will teach you how to aggregate data,analyse data ,retrieve data from multiple tables using table joins and write more advanced queries.

Who this course is for:

  • Beginner DBA's
  • Anyone who wants to learn something new