• 2021-04-14
    要从 xs 表中删除字段 BJ 的命令是 Alter Table xs Drop ________ 。
  • 第一空: column bj

    内容

    • 0

      以下关于使用ALTER TABLE命令的叙述中,错误的是()。 A: 在ALTER TABLE命令中使用MODIFY能够更改字段名 B: ALTER TABLE命令能够更改字段的默认值 C: ALTER TABLE命令能够删除表中的字段 D: ALTER TABLE命令能够更改表名

    • 1

      删除表使用的命令是() A: delete table B: alter table C: drop table D: trancat table

    • 2

      删除表的命令为() A: Create table B: rename table C: alter table D: drop table

    • 3

      删除表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;

    • 4

      删除学生表中出生日期字段的命令是____。 A: Delete<br/>From 学生 Where 出生日期 B: Drop<br/>Table 学生 C: Delete From 学生 Where 字段=出生日期 D: Alter<br/>Table 学生 Drop 出生日期