Manage Databases on PostgreSQL Database Server

Опубликовано: 08 Май 2026
на канале: PnTutorials by Pradnyankur Nikam
260
0

In this video tutorial, we will learn how manage databases on PostgreSQL database server. It is important for database developers & administrators to manage databases. Therefore, we will learn how to create, alter and drop SQL statements on PostgreSQL DB.
First of all we will login to our PostgreSQL Database Server using super user account. Then we will crate some example databases. We will then alter and rename the example database. And finally, drop, remove or destroy an existing database.

Chapters #

00:00 Introduction
00:18 Login to PostgreSQL server
00:56 How to show tables in PostgreSQL?
01:17 Create a database on PostgreSQL
02:41 Alter database on PostgreSQL server
03:53 Drop a database from PostgreSQL

#Databases #PostgreSQL #Manage #Create #Alter #Drop