如果要删除Student数据库中的Information表,可以使用下列哪个命令______
A: ALTER TABLE Information
B: TRUNCATE TABLE Information
C: DROP TABLE Information
D: DELETE TABLE Information
A: ALTER TABLE Information
B: TRUNCATE TABLE Information
C: DROP TABLE Information
D: DELETE TABLE Information
举一反三
- 如果要删除Student数据库中的Information表,则可以使用命令:()。 A: Delete Table Information B: Truncate Table Information C: Drop Table Information D: Alter Table Information
- 如果要删除Student数据库中的Information表,可以使用下列哪个命令______ A: A) ALTER TABLE Information B: B) TRUNCATE TABLE Information C: C) DROP TABLE Information D: D) DELETE TABLE Information
- 如果要删除student数据库中的表s,则可以使用命令( )。 A: delete table s B: truncate table s C: drop table s D: alter table s
- 如果要删除user数据库中的user1表,可以使用下列哪个命令______ A: ALERT TABLE user1 B: DROP TABLE user1 C: DELETE TABLE user1 D: TRUNCATE TABLE user1
- 如果要删除数据库中已经存在的表Student,可以使用()。 A: DELETE TABLE Student B: DELETE Student C: DROP TABLE Student D: DROP Student