Python MySQL

MySQL Drop Table

Dropping tables

MySQL Drop Table

You can delete an existing table by using the "DROP TABLE" statement.

Drop Table

mycursor.execute("DROP TABLE customers")