PostgreSQL Question:
How to created a database?

Answers:
Answer #1
/usr/local/bin/createdb mydatabase
/usr/local/bin/createdb mydatabase
Answer #2
Two ways
1) /opt/PostgreSQL/9.5/bin/createdb <dbname>
2) create database <db name>
Two ways
1) /opt/PostgreSQL/9.5/bin/createdb <dbname>
2) create database <db name>
Previous Question | Next Question |
Explain about concurreny with the help of MVCC? | How to list the number of database? |