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 do I delete a query?
Is foreign key required?
Compare ‘postgresql’ with ‘nosql’?
What is the use of vacuum in postgresql?
How do you change constraints in postgresql?
How does pgadmin connect to database?
What is the best postgresql gui tool?
What is psql command?
How do I add a primary key in pgadmin?
How do I find the size of a postgres table?
What is schema in reading comprehension?
How to open postgresql gui in ubuntu?
Is postgresql better than mongodb?
What type of database is postgres?
What is the index key?