• 2022-06-07
    若要删除数据库中已经存在的数据表t1,可用( )。
    A: A、DELETE table t1
    B: B、DELETE from t1
    C: C、DROP table i1
    D: D、DROP From t1
  • C

    内容

    • 0

      ‌若要删除数据库中已经存在的表S,可用( )。‏ A: DELETE TABLE S B: DELETE S C: DROP TABLE S D: DROP S

    • 1

      若要删除数据库中已经存在的表tb_S,可用( )。 A: DELETE TABLE tb_S B: DELETE tb_S C: DROP tb_S D: DROP TABLE tb_S

    • 2

      删除数据表Student中的数据,应该使用()。 A: Drop Table Student B: Delete from Student C: Delete table D: Drop Student

    • 3

      以下( )是MySQL中修改数据表t1的命令。 A: create table t1 B: modify table t1 C: alter table t1 D: modify table database t

    • 4

      若要撤销数据库中已经存在的表S,可用_________。 A: DROP TABLE B: DELETE TABLE S C: DELETE S D: DROP S