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 |
How do I connect to a postgresql database in windows?
What is the use of vacuum in postgresql?
How do I alter a table in postgresql?
Does postgres create indexes for foreign keys?
What is edb postgres?
Who created postgresql?
What is postmaster pid file in postgres?
Are foreign key constraints necessary?
What is postgresql database cluster?
How do you create a table in pgadmin?
What is a schema in postgres?
What are the advantages of postgresql?