如果要删除Student数据库中的Information表,则可以使用命令
DROP TABLE information
举一反三
- 如果要删除Student数据库中的Information表,则可以使用命令:()。 A: Delete Table Information B: Truncate Table Information C: Drop Table Information D: Alter Table Information
- 如果要删除Student数据库中的Information表,可以使用下列哪个命令______ A: ALTER TABLE Information B: TRUNCATE TABLE Information C: DROP TABLE Information D: DELETE 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
- 如果要删除数据库中已经存在的表Student,可以使用()。 A: DELETE TABLE Student B: DELETE Student C: DROP TABLE Student D: DROP Student
内容
- 0
SQL语言中删除数据库表使用_________命令,删除数据库表中数据使用________命令。
- 1
如果要删除student表上的index_sfzh索引,可以使用“DROP INDEX index_sfzh ____student”SQL语句实现。
- 2
delete from student语句的作用是( ) A: 删除当前数据库中的整个student表,包括表结构 B: 删除当前数据库中student表内的所有行 C: 由于没有where子句,因此不删除任何数据 D: 删除当前数据库中student表内的当前行
- 3
删除数据库,表使用的关键字是drop还是delete?_________________。删除表“emp”中的所有数据使用命令:_________________________________。
- 4
要显示表student的表结构,可以使用命令______。