Difference between revisions of "Delete database"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
== See also == | == See also == | ||
* {{Database ops}} | * {{Database ops}} | ||
− | |||
* {{Role}} | * {{Role}} | ||
[[Category:Databases]] | [[Category:Databases]] |
Revision as of 14:51, 18 November 2022
PostgreSQL
DROP DATABASE [IF EXISTS] my_database_name;
Do not forget the ;
at the end of the line
DROP DATABASE database_name; Output: DROP DATABASE
Related terms:
Related
See also
Advertising: