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

冷暖自知 提交于 2019-12-01 15:17:17

Choose three

Which three are true about granting object privileges on tables, views, and sequences?

A) UPDATE can be granted only on tables and views.

B) DELETE can be granted on tables, views, and sequences.

C) REFERENCES can be granted only on tables and views.

D) INSERT can be granted on tables, vews, and sequences.

E) SELECT can be granted only on tables and views.

F) ALTER can be granted only on tables and sequences.

Answer:ACF

(解析:update 和 delete 只能在表和视图上授权,不能在 sequence 上。

只有 SELECT 和 ALTER 权限对序列有效;

 

)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!