• 2022-06-06
    删除student中的scome列。
  • alter table studentdrop column scome

    内容

    • 0

      SQL语句:DROP TABLE Student是______。 A: 删除数据库Student B: 删除表Student C: 删除DBC文件 D: 操作错误

    • 1

      删除当前数据库中的表Student的语句应当是( )。 A: DELETE TABLE Student B: DELETE Student C: DROP Student D: DROP TABLE Student

    • 2

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

    • 3

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

    • 4

      select ________ from student;查询student表中age列的总和,全部小写。