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
Is postgresql better than oracle?
What type of database is postgres?
How do I view blob data?
How to set up local postgres database?
How do you add a column?
What command do you type to exit the postgresql console application?
What is a postgresql cluster?
Which version of postgresql should I use?
Is postgresql the same as mysql?
How do I alter a column in postgresql?
What is wal in postgresql?
How to find table creation date in postgresql?
Where is pgadmin installed?
Can a unique key be a foreign key?
How do you delete data on pgadmin?