Testing the Success of the installation
Using pgAdmin

Using SQL Shell(psql) app

Using Windows command prompt CMD
Add the PostgreSQL Tools (bin) directory to the PATH variable
create database demo:
create -U <super(user)> <dbname>createdb -U postgres demopsql:
psql -U <super(user)> -d dbnamepsql -U postgres -d demo