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

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

原创
作者头像
用户5892232
修改2019-11-14 17:24:33
3830
修改2019-11-14 17:24:33
举报
文章被收录于专栏:用户5892232的专栏

Choose two.

Which two statements are true about the DUAL table?

A) It can display multiple rows and columns.

B) It can be accessed only by the SYS user.

C) It can be accessed by any user who has the SELECT privilege in any schema

D) It can display multiple rows but only a single column.

E) It consists of a single row and single column of VARCHAR2 data type.

F) It can be used to display only constants or pseudo columns.

Answer:AC

(解析:dual 这个虚拟的表可以显示多行多列;任何用户都可以访问它。这道题的难点就是对 Answer:C 的理解:在任何模式中拥有 select 权限的用户都可以访问它。

每个用户的 select 权限是不需要单独给的,只要是自己的东西,自然就有 select 的权限。)

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

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

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

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

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