Chinaunix首页 | 论坛 | 博客
  • 博客访问: 580022
  • 博文数量: 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-11-14 13:26:48

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 的权限。)

阅读(1296) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~