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
How does pgadmin connect to remote database?
How do I create a postgresql table using pgadmin?
What is psql command?
What is bigint in postgresql?
What is bytea in postgres?
How do I view blob data?
What is the default database in postgresql?
Explain multi version concurrency control.
What is pgrouting?
How is postgresql different from oracle?
What is the advantage of postgresql?
List different datatypes of postgresql?
How to create a new table from existing table in postgresql?
What is edb postgres?
Where is postgres configuration file?