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
What does edb stand for?
Why foreign key constraint is important?
Is postgresql better than mongodb?
Is postgresql faster than mysql?
How to get current date in postgresql?
Is postgresql secure?
What is postgresql dba?
What does truncate table do?
How to view tables in a database in postgresql?
What is the port 5432?
How do I start postgresql?
How do you run a query in pgadmin 3?
What is use of postgresql?
What command do you type to exit the postgresql console application?
PostgreSql Disadvantages