在 MySQL 中删除数据表有两种方式:
DROP TABLE table_name;
其中,table_name 是要删除的数据表的名称。
table_name
Drop Table
注意:删除数据表将永久删除其中的数据,谨慎操作。