How do you create a data base with postgreSQL?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is postgresql similar to sql server?

440


What are the data types in postgresql?

436


What is postgresql jdbc driver?

481


What is maximum size of text datatype in postgres?

431


How do you open tables in pgadmin?

409






Is postgresql cloud based?

401


How to check dependency of table in postgresql?

481


Is mysql faster than postgresql?

425


How do I add a primary key in pgadmin?

438


What is sequence in postgresql?

443


What are indexes in postgresql?

438


How to stop database server in postgresql?

485


What does create schema do?

437


Explain multi version concurrency control.

494


Is postgres is free?

442