How to Delete a Table in MySQL

Dropping a table in MySQL is simple:

DROP TABLE inactive_users;

Be careful - there's no "undo" for this!

database icon
Real-time SQL collaboration is here
Get started with PopSQL and MySQL in minutes