SQL DROP 語句
sql drop 語句
通過使用 drop 語句,可以輕松地刪除索引、表和數(shù)據(jù)庫。
1. drop index 語句
drop index 語句用于刪除表中的索引。
用于 ms access 的 drop index 語法:
drop index index_name on table_name
通過使用 drop 語句,可以輕松地刪除索引、表和數(shù)據(jù)庫。
drop index 語句用于刪除表中的索引。