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 to write pl sql in postgresql?

0 Answers  


What is pgadmin 4 written in?

0 Answers  


What is postgresql written in?

0 Answers  


What is pgrouting?

0 Answers  


How to connect to postgres database using pgadmin?

0 Answers  






How to create a PostgreSQL user?

1 Answers  


Is foreign key should be unique?

0 Answers  


How do I stop a postgresql console?

0 Answers  


What is multiversion two phase locking?

0 Answers  


What are spatial functions?

0 Answers  


How do I open a pgadmin file in windows?

0 Answers  


What is the blob data type?

0 Answers  


Categories