Difference between revisions of "Delete database"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
* {{Database ops}} | * {{Database ops}} | ||
* {{TOC operation databases}} | * {{TOC operation databases}} | ||
+ | * {{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: