• 2022-07-01
    删除数据库表的命令是什么?
    A: delete table
    B: drop table
    C: alter table
    D: rename table
  • B

    内容

    • 0

      如果要删除Student数据库中的Information表,则可以使用命令:()。 A: Delete Table Information B: Truncate Table Information C: Drop Table Information D: Alter Table Information

    • 1

      ​删除表的命令是‌ A: DELETE TABLE B: ERASE TABLE C: DROP TABLE D: KILL TABLE

    • 2

      如果要删除Student数据库中的Information表,可以使用下列哪个命令______ A: ALTER TABLE Information B: TRUNCATE TABLE Information C: DROP TABLE Information D: DELETE TABLE Information

    • 3

      删除表的语句() A: drop table 表名 B: delete table 表名 C: update table 表名 D: alter table 表名

    • 4

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