易搜题 > 资格证大类 > 计算机编程 > 问题详情
问题详情

All the database users are presently connected to the database instance and working. The HR userhas 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 seethe 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

未找到的试题在搜索页框底部可快速提交,在会员中心"提交的题"查看可解决状态。 收藏该题
查看答案

相关问题推荐

  • 升级计算机的RAM之前,应首先采取以下哪步操作?()

    A、确定可用的磁盘空间以便安装RAM

    B、确定处理器可支持的最大RAM量

    C、确定计算机操作系统是否支持添加的内存容量

    D、确定计算机可支持的最大RAM量

  • A technician installs a new sound card but no sound can be heard. Which of the following utilities can be used to see an error?()

    A、MSCONFIG

    B、Device Manager

    C、DXDIAG

    D、REGEDIT

  • 绘制出下列五边形后,面积是()。

    A、2778.67

    B、2777.54

    C、2775.79

    D、2776.52

  • 以下哪一项标准可支持400Mbps数据传输速度并最多可支持63个设备?()

    A、USB1.1

    B、USB2.0

    C、IEEE1394

    D、UltraSCSI2

  • 在编译程序中,语法分析的方法有自底向上分析和自顶向下分析。自底向上分析方法自左向右扫描输入符号串,通过__(1)__分析其语法是否正确。例如,__(2)__就是一种自底向上的分析方法。与其他自底向上分析方法不同,它是根据__(3)__来进行归约的。自顶向下分析方法从文法的开始符号出发,判断其能否__(4)__出输入符号串。采用自顶向下分析方法时,要求文法不含有__(5)__。空白(2)处应选择()

    A、算符优先分析法

    B、预测分析法

    C、递归子程序分析法

    D、LL(1)分析法

联系客服 会员中心
TOP