如果要删除Student数据库中的Information表,可以使用下列哪个命令______
A: A) ALTER TABLE Information
B: B) TRUNCATE TABLE Information
C: C) DROP TABLE Information
D: D) DELETE TABLE Information
A: A) ALTER TABLE Information
B: B) TRUNCATE TABLE Information
C: C) DROP TABLE Information
D: D) DELETE TABLE Information
C
举一反三
- 如果要删除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
内容
- 0
删除数据库表的命令是什么? A: delete table B: drop table C: alter table D: rename table
- 1
要删除一个表,可以使用语句______。 A: TRUNCATE TABLE B: DELETE TABLE C: DROP TABLE D: CLEAR TABLE
- 2
删除表使用的命令是() A: delete table B: alter table C: drop table D: trancat table
- 3
将student表中class字段删除的命令是()。 A: DROPTABLEstudentclass B: ALTER TABLE student class C: ALTER TABLE student DROP class D: DROP TABLE student ALTER class
- 4
删除student表所有的记录,下列语句正确的是 A: DELETE FROM TABLE student; B: DELETE TABLE student; C: TRUNCATE TABLE student; D: TRUNCATE FROM TABLE student;