• 2022-06-06
    删除视图STUDENT的命令是( )。
    A: A) DELETE STUDENTVIEW
    B: B) DELETE STUDETN
    C: C) DROP STUDENTVIEW
    D: D) DROPVIEW STUDENT
  • D

    内容

    • 0

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

    • 1

      如果要删除数据库中已经存在的表Student,可以使用()。 A: DELETE TABLE Student B: DELETE Student C: DROP TABLE Student D: DROP Student

    • 2

      用于删除数据表student正确的语句是: A: drop student B: delete student C: drop database student D: drop table student

    • 3

      删除学生信息表student的所有数据,正确的语句为( )。 A: delete from student B: drop all from student C: delete all * from student D: drop table student

    • 4

      删除STUDENT表中C2的默认值约束语句是()。 A: ALTER TABLE STUDENT DROP CONSTRAINT C2 B: DROP CONSTRAINT C2 C: DELETE CONSTRAINT C2 D: DROP STUDENT