91-9990449935 0120-4256464 |
PostgreSQL Delete/Drop DatabaseIn PostgreSQL, you can delete a database which you don't need any more. You should follow the following steps:
PostgreSQL Delete/Drop Database ExampleHere, we are going to delete the database "javatpoint". Right click on the javatpoint and make a left click on delete/drop option. You will get a following popup box. Click on "Yes" to remove database "javatpoint" completely. See the result: Now, you can see that javatpoint is deleted from the record.
Next TopicPostgreSQL Create Table
|