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 open postgresql gui in ubuntu?

0 Answers  


Which key can be used to execute a query in the query editor?

0 Answers  


Do indexes speed up queries?

0 Answers  


How to write sql script in postgresql?

0 Answers  


How do you check data on pgadmin 4?

0 Answers  






Who invented postgresql?

0 Answers  


What is a dead tuple?

0 Answers  


What port does postgresql listen on?

0 Answers  


How do you change the order of columns?

0 Answers  


What is cluster control?

0 Answers  


Compare ‘postgresql’ with ‘nosql’?

0 Answers  


What is edb postgres?

0 Answers  


Categories