若要删除数据库中已经存在的表Student,可( )。
A: DELETE TABLE Student
B: DELETE Student
C: DROP Student
D: DROP TABLE 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 TABLE Student D: DROP 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
- 删除数据表student的命令是________。 A: drop table student; B: drop student; C: delete table student; D: drop student;
- 以下语句能正确删除数据表“Student”的是( )。 A: DELETE TABLE Student B: DROP Student C: DROP TABLE Student D: DELETE Student