• 2022-06-16
    删除存储函数的命令是( )。
    A: drop database
    B: drop procedure
    C: drop table
    D: drop function
  • D

    内容

    • 0

      使用( )语句可以删除数据库。 A: drop table B: alter database C: create database D: drop database

    • 1

      在MySQL中删除表,使用( )指令。 A: create table B: drop table C: create database D: drop database

    • 2

      下列选项中属于删除数据库的语句是()。 A: DROP TABLE B: DROP DATABASE C: DELETE DATABASE D: DELETE TABLE

    • 3

      ‏删除数据表student的命令是________。‏ A: drop table student; B: drop student; C: delete table student; D: drop student;

    • 4

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