删除表tb_goods的命令是
A: drop table tg_goods;
B: delete table goods1;
A: drop table tg_goods;
B: delete table goods1;
举一反三
- 删除表tb_goods的命令是 A: drop table tg_goods; B: delete table tb_goods; C: drop index tg_goods; D: delete index tb_goods;
- 删除视图 V- Goods的命令是DROP ⅥEW V- Goods 。( )
- 删除表的命令是 A: DELETE TABLE B: ERASE TABLE C: DROP TABLE D: KILL TABLE
- 删除表tb_goods中的字段picture A: alter table tb_goods add picture; B: alter table tb_goods drop picture; C: alter table tb_goods rename picture; D: alter table tb_goods modify picture;
- 删除表使用的命令是() A: delete table B: alter table C: drop table D: trancat table