Pre-requisite videos: • What is a Character Set, Code set, En...
• PostgreSQL Create Database
There are two different ways to a drop an existing database in PostgreSQL database server.
1) Using SQL statement "Drop database"
2) Using Shell executable "dropdb"
This video shows the above two options with an example.