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 much memory does postgresql need?
What is the difference between postgresql and sql?
How do I view blob data?
How do I add another column in postgresql?
How many columns can a postgres table have?
Do foreign keys speed up queries?
What is postgresql service?
Which are different types of database administration tools used in postgresql?
What are the types of schema?
How do I connect to a postgresql database using sql developer?
What is sequences in postgresql?
How to start database server in postgresql?
How to write pl sql in postgresql?
How do I download postgresql on windows?
What is the use of vacuum in postgresql?