在 MySQL 中刪除數據表有兩種方式:
DROP TABLE table_name;
其中,table_name 是要刪除的數據表的名稱。
table_name
Drop Table
注意:刪除數據表將永久刪除其中的數據,謹慎操作。