91-9990449935 0120-4256464 |
PostgreSQL Create DatabaseIn PostgreSQL, you can create a database by using CREATE DATABASE command. Syntax: Here, database_name specifies the name of the database which you want to create. PostgreSQL Create Database using UI
The new database is created. See this: PostgreSQL Create Database using Query tool
Note: You can ignore 3rd and 4th steps and Press Ctrl+E for the same result. Execute the following query: Database "trainingtrains" is successfully created, you can see it. Output:
Next TopicPostgreSQL Drop Database
|