How do you create a data base with postgreSQL?



How do you create a data base with postgreSQL?..

Answer / madhub

Creating a database is the primary step in creating a database. A command

$createdb newdatabasedb

CREATE DATABASE

This creates a new database and a message displays CREATE DATABASE which indicates that the creation of the database was successful.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I connect to a postgresql database in windows?

0 Answers  


What is the use of vacuum in postgresql?

0 Answers  


How do I alter a table in postgresql?

0 Answers  


Does postgres create indexes for foreign keys?

0 Answers  


What is edb postgres?

0 Answers  






Who created postgresql?

0 Answers  


What is postmaster pid file in postgres?

0 Answers  


Are foreign key constraints necessary?

0 Answers  


What is postgresql database cluster?

0 Answers  


How do you create a table in pgadmin?

0 Answers  


What is a schema in postgres?

0 Answers  


What are the advantages of postgresql?

0 Answers  


Categories