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

    内容

    • 0

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

    • 1

      要删除一个表,可以使用语句______。 A: TRUNCATE TABLE B: DELETE TABLE C: DROP TABLE D: CLEAR TABLE

    • 2

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

    • 3

      将student表中class字段删除的命令是()。 A: DROPTABLEstudentclass B: ALTER TABLE student class C: ALTER TABLE student DROP class D: DROP TABLE student ALTER class

    • 4

      删除student表所有的记录,下列语句正确的是 A: DELETE FROM TABLE student; B: DELETE TABLE student; C: TRUNCATE TABLE student; D: TRUNCATE FROM TABLE student;