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