zoukankan      html  css  js  c++  java
  • 【2019年8月】OCP 071认证考试最新版本的考试原题-第27题

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

  • 相关阅读:
    2017年3月笔记
    2017年2月笔记
    2017年1月笔记
    2016年12月笔记
    2016年11月笔记
    2016年10月笔
    2016年9月笔记
    2016年8月笔记
    2016年7月笔记
    2016年6月笔记
  • 原文地址:https://www.cnblogs.com/cnblogs5359/p/11856476.html
Copyright © 2011-2022 走看看