zoukankan      html  css  js  c++  java
  • OCP-1Z0-052-V8.02-178题

    178. All the database users are presently connected to the database instance and working. The HR user

    has opened three database sessions and executed the following command in one of his sessions:

    SQL> UPDATE persons SET ccode='U031' WHERE ccode='U029';

    123 rows updated.

    SQL> DELETE FROM persons WHERE exp='Y';

    3 rows deleted.

    The SYS user opens a new session after HR executed the above commands. Which sessions can see

    the effect of the UPDATE and DELETE commands?

    A.all sessions of the HR user only

    B.all sessions of the HR user and the SYS user

    C.the session of the HR user that executed the commands

    D.all the sessions for which the database users have access privilege to the PERSONS table

    Answer: C

    答案解析:

    因为在update和delete后没有提交,所以只有执行了这两条语句的session才能看见这两条语句执行后的结果。

  • 相关阅读:
    已知二叉树的前序遍历、中序遍历,求后序遍历
    排序算法
    应用层
    运输层
    mysql分页查询
    mysql 性能分析及explain用法
    数据库SQL优化
    MATLAB GUI设计(1)
    路径选择
    Python itchat库(1)
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316980.html
Copyright © 2011-2022 走看看