删除一个模式的命令是( )。
A: DROP SCHEMA
B: DELETE SCHEMA
C: DROP INDEX
D: DROP TABLE
A: DROP SCHEMA
B: DELETE SCHEMA
C: DROP INDEX
D: DROP TABLE
A
举一反三
- 在SQL中,从数据库中删除表可以用( )。 A: DROP SCHEMA命令 B: DROP TABLE命令 C: DROP VIEW命令 D: DROP INDEX命令
- 在SQL中,基本表的撤销(从数据库中删除表)可以用()命令。 A: DROP SCHEMA B: DROP TABLE C: DROP VIEW D: DROP INDEX
- 下列各题A)、B)、C)、D)四个选项中,只有一个选项是正确的。 在SQL中,删除视图用______。 A: DROP SCHEMA 命令 B: CREATE TABLE命令 C: DROP VIEW 命令 D: DROP INDEX命令
- 删除表tb_goods的命令是 A: drop table tg_goods; B: delete table tb_goods; C: drop index tg_goods; D: delete index tb_goods;
- 删除视图的SQL命令是( )。 A: DROP TABLE B: DROP VIEW C: DROP QUERY D: DROP INDEX
内容
- 0
在SQL中建立和删除数据库模式的命令分别是create schema和drop schema。( )
- 1
删除数据表student的命令是________。 A: drop table student; B: drop student; C: delete table student; D: drop student;
- 2
在SQL中,视图的删除可以用()。 A: DELETE TABLE命令 B: DROP TABLE命令 C: DELETE VIEW命令 D: DROP VIEW命令
- 3
第5单元,下列不能用于删除索引的命令是() A: ALTER INDEX B: ALTER TABLE C: DROP INDEX D: DROP TABLE
- 4
删除数据中表的命令是()。 A: delete<br/>table B: delete<br/>from table C: drop<br/>table D: drop<br/>from table