DROP

定義:

刪除資料庫管理系統(DBMS)中的某些東西的SQL指令。

指令語法:

DROP DATABASE database_name;
  • 刪除資料庫管理系統(DBMS)中的資料庫database_name
DROP TABLE table_name;
  • 刪除使用中的資料庫的資料表table_name
DROP INDEX index_name;
ALTER TABLE table_name DROP field_name/constraint_name;

「我的大腦已DROP。」某位中六學生說道

留言