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 to create a new table from existing table in postgresql?
What is the Maximum size for a table in PostgreSQL?
How to drop a constraint in postgres?
Is postgres distributed?
Does drop table remove indexes?
What does create schema do?
What is blob in postgresql?
What is an ssh tunnel?
What is the default database in postgresql?
What is the option that can be used in PostgreSQL to find out how the query optimizer is evaluating the query given?
How do you change columns in postgresql?
Does postgres create indexes for foreign keys?
What is dummy table?
Why Update is too slow
What is psql?