sqlserver清空表數(shù)據(jù) 在sql server中刪除數(shù)據(jù)庫的表使用什么語句?
在sql server中刪除數(shù)據(jù)庫的表使用什么語句?DROP TABLE語句用于刪除數(shù)據(jù)庫的表。例如,以下語句將刪除student表:drop table student
在sql server中刪除數(shù)據(jù)庫的表使用什么語句?
DROP TABLE語句用于刪除數(shù)據(jù)庫的表。
例如,以下語句將刪除student表:drop table student