SQL Topics

SQL Delete Database

28/08/2022
Delete SQL Database

You can delete the SQL database with the DROP command.

DROP DATABASE sqldatabase

phpmMyAdmin Delete Database

On the “SQL” tab on the phpMyAdmin panel, enter the database deletion (DROP) code in the command input field and click the “Go” button at the bottom right.

SQL Delete Table