Drop table - Online SQL Generator
Form for generating SQL query for MySQL
This form allows you to generate sql for drop table:
Your generated sql can be seen below.
Result of sql generation
Move to «Paste Code» for Save it
About "Drop table MySQL generator"
About this tool
The Drop Table MySQL Generator was created to help with generating MySQL query for "Drop table". No need to remember syntax and type required data, now you can easily generate an MySQL query online.
How it Works?
Just enter your "Table Name" to the input above and click to the button "Generate" and you will get your MySQL query.
Tip
DROP TABLE
statement allows you to remove or delete a table from the MySQL database. Be careful while deleting any existing table because the data lost will not be recovered after deleting a table. Make sure you have admin privilege before running this command.
Warnings
Generator may contain errors, You execute queries at your own risk.