Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn SQL Skills Using PostgreSQL and MS SQL Server
Rating: 4.1 out of 5(66 ratings)
15,043 students

Learn SQL Skills Using PostgreSQL and MS SQL Server

Practical Hands-on SQL with PostgreSQL and SQL Server Databases
Last updated 3/2026
English

What you'll learn

  • Install PostgreSQL
  • Install SQL Server
  • Create a database
  • Create a table
  • Create a view
  • Write a subquery
  • Perform basic CRUD operations
  • Create a stored procedure
  • Create a trigger
  • Use operators
  • Use aggregate functions
  • Use analytic functions
  • Implement table joins

Course content

17 sections128 lectures12h 4m total length
  • Introduction1:47
  • What is SQL2:29
  • What is PostgreSQL3:44
  • Who is using PostgreSQL6:17
  • What is SQL Server0:50
  • What is T-SQL2:52
  • Basic database concepts3:50
  • PostgreSQL installation requirements3:29
  • Downloading PostgreSQL3:48
  • Installing PostgreSQL on Windows5:04
  • Verifying the installation4:02
  • Installing PostgreSQL on Mac3:15
  • Connecting to PostgreSQL database7:30
  • Load a sample database9:26
  • Create a table6:35
  • Populate the table8:32
  • Query the table6:44

Requirements

  • You should be comfortable using a computer
  • You should be able to navigate the internet

Description

SQL stands for structural query language. It is the language used to communicate and interrogate databases.

In this course we will be using SQL on PostgreSQL and Microsoft SQL Server.

Microsoft SQL Server is a relational database management system. (RDBMS)
supports a wide variety of transaction processing.
Supports business intelligence.
Supports analytics applications in corporate IT environments.
It's one of the three market-leading database technologies.
SQL server is used in a lot of countries and companies.

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 and data science tasks, including writing advanced queries,data analysis ,  finding, exploration, and extraction within relational databases. 

What you will learn includes:

  • Installing PostgreSQL 
  • Installing SQL Server
  • Database Concepts
  • Introduction to Updatable Views
  • Creating Updatable Views
  • Introduction to Materialized Views
  • Creating Materialized Views
  • Introduction to Stored Procedures
  • Row Number Functions
  • Using various types of Operators
  • Installing PostgreSQL
  • Postgresql INNER JOIN
  • Postgres LIKE Operator
  • Postgresql OR Operator
  • Retrieving all Data from Table
  • Loading sample database
  • SQL Server Rank functions
  • PostgreSQL FULL OUTER JOIN
  • PostgreSQL CROSS JOIN
  • PostgreSQL combining AND | OR  Operator
  • PostgreSQL AND Operator
  • PostgreSQL NATURAL JOIN Operator
  • PostgreSQL Left Join
  • PostgreSQL IN Operator
  • How to create database
  • How to create a table
  • How to create a view
  • Table joins
  • Operators
  • Aggregate functions
  • Analytic functions
  • Stored procedures
  • Triggers

CRUD operations

Who this course is for:

  • Beginners to SQL
  • Beginners to PostgreSQL and SQL Server