删除ReaderType表中所有数据,正确的命令是
A: DELETE TABLE ReaderType
B: DELETE ReaderType
C: DROP TABLE ReaderType
D: DROP ReaderType
A: DELETE TABLE ReaderType
B: DELETE ReaderType
C: DROP TABLE ReaderType
D: DROP ReaderType
举一反三
- 删除ReaderType表中“企业职工”的信息,正确的语句是
- 删除数据命令是()。 A: DROP TABLE B: DELETE C: DELETE TABLE D: 都不是
- 删除数据中表的命令是()。 A: delete<br/>table B: delete<br/>from table C: drop<br/>table D: drop<br/>from table
- 删除表tb_goods的命令是 A: drop table tg_goods; B: delete table tb_goods; C: drop index tg_goods; D: delete index tb_goods;
- 删除表的命令是 A: DELETE TABLE B: ERASE TABLE C: DROP TABLE D: KILL TABLE