前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【2019年8月版本】OCP 071认证考试最新版本的考试原题-第12题

【2019年8月版本】OCP 071认证考试最新版本的考试原题-第12题

原创
作者头像
用户5892232
修改2019-10-21 14:47:39
5200
修改2019-10-21 14:47:39
举报
文章被收录于专栏:用户5892232的专栏

Choone two

Which three statements are true about dropping and unused columns in an Oracle database?

A) A primary key column referenced by another column as a foreign key can be dropped if using the CASCADE option.

B) A DROP COLUMN command can be rolled back

C) An UNUSED column's space is redaimed automatially when the block containing that column is next queried

D) An UNUSED column's space is redaimed automatially when the row containing that column is next queried.

E) Partition key columns cannot be dropped.

F) A column that is set to NNUSED still counts towards the limit of 1000 columns per table.

Answer:AE

(解析:

删除主键列时可以加 cascade 选项,同时把主外键约束一起删除。

ORA-12984: 无法删除分区列,E 对;

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档