PostgreSQL Question:

How to created a database?

Tweet Share WhatsApp

Answers:

Answer #1/usr/local/bin/createdb mydatabase

Answer #2Two ways
1) /opt/PostgreSQL/9.5/bin/createdb <dbname>
2) create database <db name>

Download PostgreSQL PDF Read All 24 PostgreSQL Questions
Previous QuestionNext Question
Explain about concurreny with the help of MVCC?How to list the number of database?