Chinaunix首页 | 论坛 | 博客
  • 博客访问: 596638
  • 博文数量: 487
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 4916
  • 用 户 组: 普通用户
  • 注册时间: 2018-07-05 13:59
个人简介

ocp考试资料群:569933648 验证码:ocp OCP 12c 19c考试题库解析与资料群:钉钉群号:35277291

文章分类

全部博文(487)

文章存档

2023年(37)

2021年(151)

2020年(37)

2019年(222)

2018年(38)

我的朋友

分类: Oracle

2019-02-21 09:44:50

25. choose the best answer


Evaluate the following SQL statement:


ALTER TABLE hr.emp


SET UNUSED (mgr_id);


Which statement is true regarding the effect of the above SQL statement?


A) Any views created on the EMP table that include the MGR_ID column would be automatically modified and remain valid.


B) Any constraints defined on the MGR_ID column would be removed by the above command.


C) Any synonym existing on the EMP table would have to be re-created.


D) Any index created on the MGR in column would continue to exist until the DROP UNUSED COLUMNS command is executed.


Answer:B


(注意:列一旦被设置为 unused 以后,基于该列的约束、索引都被删除,同时相关的视图被无法访问。)
阅读(664) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~