drop table 刪除資料表(其中的資料也會一併刪除)

drop table "tablename"

Example:

drop table 和刪除全部資料是不同的。刪除全部資料,欄位名稱、資訊等還會存在,但刪除資料表會把這一些也一併移除掉。

Drop Table exercises_______

1 刪除你自已的 employee 資料表。

SQL Interpreter: