00:00 Introduction
00:18 Download PostgreSQL
00:54 Install PostgreSQL
02:24 Open pgAdmin
02:55 Create database in PostgreSQL using pgAdmin
03:15 Create table in PostgresSQL using pgAdmin
04:34 Inset data in table
05:05 Retrieve data form PostgreSQL database
In this video I am going to demonstrate that how to download and install PostgreSQL in windows 11 machine step by step. We will go through all the installation steps of PostgreSQL in details. After the installation we use pgAdmin to perform following tasks:
Create database in PostgreSQL using pgAdmin
Create table in PostgreSQL using pgAdmin
Insert data in PostgreSQL using pgAdmin
Retrieve data in PostgreSQL using pgAdmin
pgAdmin is a graphical tool for PostgreSQL database administration.