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")
Dropping tables
You can delete an existing table by using the "DROP TABLE" statement.
mycursor.execute("DROP TABLE customers")