网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列关于DROP INDEX的描述不正确的是:
A.DROP INDEX命令不能删除主键。
B.DROP INDEX命令不能删除UNIQUE索引。
C.DROP INDEX命令不能删除系统表中的索引。
D.DROP INDEX命令不能删除非聚集索引。
参考答案和解析
列表中的选项在鼠标获得焦点时显示
更多 “下列关于DROP INDEX的描述不正确的是:A.DROP INDEX命令不能删除主键。B.DROP INDEX命令不能删除UNIQUE索引。C.DROP INDEX命令不能删除系统表中的索引。D.DROP INDEX命令不能删除非聚集索引。” 相关考题
考题
关于索引的叙述,不正确的是()。
A.create index语句表示建立索引B.drop index语句表示删除索引C.一个基本表上可以建立多个聚簇索引D.索引删除后,DBMS会从数据字典中删去有关该索引的描述
考题
(37)下列 SQL 语言的定义语句组中,哪一(些)组包含了不正确的定义语句?I.CREATE TABLE? CREATE VIEW? CREATEINDEX?II.DROP TABLE? DROP VIEW? DROP INDEX?III. ALTER TABLE? ALTER VIEW? ALTER INDEX?A)只有 IB)I 和 IIC)只有 IIID)II 和 III
考题
( 31 )下列 SQL 语句中,哪一(些)组包含了不正确的定义语句?I . CREATE TABLE … CREATE VIEW … CREATE INDEX …II . DROP TABLE … DROP VIEW … DROP INDEX …III . ALTER TABLE … ALTER VIEW … ALTER INDEX …A )只有 IB )只有 IIC )只有 IIID ) I 和 II
考题
(32)下列 SQL 的数据定义语句组中,( )包含了不正确的数据定义语句。Ⅰ.CREATE TABLE? CREATE VIEW? CREATE INDEX?Ⅱ.DROP TABLE? DROP VIEW? DROP INDEX?Ⅲ.ALTER TABLE? ALTER VIEW? ALTER INDEX?A)仅ⅠB)仅ⅡC)仅ⅢD)都包含
考题
下列SQL语句中,包含了不正确定义语句的组是( )。Ⅰ. CREATE TABLE CREATE VIEW CREATE INDEXⅡ. DROP TABLE DROP VIEW DROP INDEXⅢ. ALTER TABLE ALTER VIEW ALTER INDEXA)只有IB)只有ⅡC)只有ⅢD)Ⅰ和Ⅱ
考题
下列SQL的数据定义语句组中,哪一(些)组包含了不正确的数据定义语句?Ⅰ.CREATE TABLE… CREATE VIEW… CREATE INDEX…Ⅱ.DROP TABLE… DROP VIEW… DROP INDEX…Ⅲ.ALTER TABLE… ALTER VIEW… ALTER INDEX…A.仅ⅠB.仅ⅡC.仅ⅢD.都包含
考题
下列SQL的数据定义语句组中,哪一组是正确的?A.CREATE SCHEMA...,DROP SCHEMA…,ALTER SCHEMA…B.CREATE TABLE......,DROP TABLE....,ALTER TABLE....C.CREATE VIEW..:,DROP VIEW...,ALTER VIEW…D.CREATE INDEX...,DROP INDEX…,ALTER INDEX…
考题
下列SQL语言的定义语句组中,哪一(些)组包含了不正确的定义语句?I . CREATE TABLE...CREATE VIEW... CREATE INDEX...Ⅱ. DROP TABLE... DROP VIEW... DROP INDEX...Ⅲ. ALTER TABLE...ALTER VIEW...ALTER INDEX...
考题
在下列SQL语句中,( )包含了不正确的定义语句。Ⅰ、CREATE TABLE CREATE VIEW CREATE INDEXⅡ、DROP TABLE DROP VIEW DROP INDEXⅢ、ALTER TABLE ALTER VIEW ALTER INDEXA)Ⅰ和ⅡB)只有ⅡC)只有ⅢD)Ⅱ和Ⅲ
考题
应使用哪条语句删除“雇员”表的“姓氏”列上的“姓氏_IDX”索引?()A、DROP INDEX姓氏_idx;B、DROP INDEX姓氏_idx(姓氏);C、DROP INDEX姓氏_idx(雇员.姓氏);D、ALTERTABLE雇员DROP INDEX姓氏_idx;
考题
At database startup, you discover that one of the disks containing an index tablespace has been lost due to a media failure. A backup of the lost index tablespace is not available. You have all the necessary scripts to recreate the indexes. You need to re-create the indexes in a new index tablespace. Which action must you perform before re-creating the indexes?()A、 Start the database in OPEN mode, and create a new index tablespace.B、 Start the database in OPEN mode, and drop the lost index tablespace from the database.C、Start the database in MOUNT mode, create a new index tablespace, and drop the lost index tablespace from the database.D、 Start the database in MOUNT mode, drop the lost index tablespace from the database, open the database, and create a new index tablespace.
考题
要删除mytable表中的myindex索引,可以使用()语句。A、DROP myindexB、DROP mytable.myindexC、DROP INDEX myindexD、DROP INDEX mytable.myindex
考题
在SQL语言中,将“视图”撤销时,下列()操作是正确的。A、DROP SCHEMAB、CREATE TABLEC、DROP VIEWD、DROP INDEX
热门标签
最新试卷