删除数据库db_student的命令是( )
A: DELETE DATABASE db_student;
B: DROP DATABASE db_student;
C: DELETE db_student;
D: DROP db_student;
A: DELETE DATABASE db_student;
B: DROP DATABASE db_student;
C: DELETE db_student;
D: DROP db_student;
举一反三
- 用于删除数据表student正确的语句是: A: drop student B: delete student C: drop database student D: drop table student
- 删除数据表student的命令是________。 A: drop table student; B: drop student; C: delete table student; D: drop student;
- 删除当前数据库中的表Student的语句应当是( )。 A: DELETE TABLE Student B: DELETE Student C: DROP Student D: DROP TABLE Student
- 若要删除数据库中已经存在的表Student,可( )。 A: DELETE TABLE Student B: DELETE Student C: DROP Student D: DROP TABLE Student
- 删除数据表Student中的数据,应该使用()。 A: Drop Table Student B: Delete from Student C: Delete table D: Drop Student