如果要删除Student数据库中的Information表,可以使用下列哪个命令?一——

admin2009-09-12  37

问题 如果要删除Student数据库中的Information表,可以使用下列哪个命令?一——

选项 A、ALTER TABLE Information
B、TRUNCATE TABLE Information
C、DROP。TABLE Information
D、DELETE TABLE Information

答案C

解析 删除表的语言格式为:DROP TABLE<表名>I{[,<表名>]…l}。
转载请注明原文地址:https://kaotiyun.com/show/PdNZ777K
0

相关试题推荐
最新回复(0)