首页 > 其他 > 详细

OCP换题库了,最新052考试题库及答案整理-58

时间:2018-09-17 11:04:11      阅读:247      评论:0      收藏:0      [点我收藏+]

58、Examine this session output:

SQL> connct scott/tiger

Connected.

SQL> select name,value from V$parameter where name=‘audit_trail‘;

NAME VALUE

--------------- -----------------

audit_trail DB

SQL> audit all on emp;

audit successded.

Which two will generate an audit record?

? A. every DDL statement executed by SCOTT that affects SCOTT.EMP

? B. every UPDATE statement executed by SCOTT that updates SCOTT.EMP

? C. only the first SELECT statement executed by SCOTT is a session on SCOTT.EMP

? D. only the first DML statement executed by SYSTEM in a session on SCOTT.EMP

? E. every UPDATE statement executed by SCOTT that updates HR.EMP

? F. any DML statement executed by SYS on SCOTT.EMP

? Correct Answer: AB

北京CUUG整理,转载请注明,OCP讨论群:569933648/836361015

 

OCP换题库了,最新052考试题库及答案整理-58

原文:https://www.cnblogs.com/alice9313/p/9660820.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!