删除表tb_goods的命令是
A: drop table tg_goods;
B: delete table tb_goods;
C: drop index tg_goods;
D: delete index tb_goods;
A: drop table tg_goods;
B: delete table tb_goods;
C: drop index tg_goods;
D: delete index tb_goods;
举一反三
- 删除表tb_goods的命令是 A: drop table tg_goods; B: delete table goods1;
- 删除表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;
- 用命令语句修改表结构[br][/br] -- 1.修改“goods”的表名称为“tb_goods”
- 删除视图 V- Goods的命令是DROP ⅥEW V- Goods 。( )
- 删除一个模式的命令是( )。 A: DROP SCHEMA B: DELETE SCHEMA C: DROP INDEX D: DROP TABLE