You execute the following PL/SQL:Which two statements are true?() A. Fine-Grained Auditing (FGA) is enabled for the PRICE column in the PRODUCTS table for SELECT statements only when a row with PRICE 10000 is accessed.B. FGA is enabled for the PRODUCTS.PRICE column and an audit record is written whenever a row with PRICE 10000 is accessed.C. FGA is enabled for all DML operations by JIM on the PRODUCTS.PRICE column.D. FGA is enabled for the PRICE column of the PRODUCTS table and the SQL statements is captured in the FGA audit trial.

You execute the following PL/SQL:Which two statements are true?()

A. Fine-Grained Auditing (FGA) is enabled for the PRICE column in the PRODUCTS table for SELECT statements only when a row with PRICE > 10000 is accessed.

B. FGA is enabled for the PRODUCTS.PRICE column and an audit record is written whenever a row with PRICE > 10000 is accessed.

C. FGA is enabled for all DML operations by JIM on the PRODUCTS.PRICE column.

D. FGA is enabled for the PRICE column of the PRODUCTS table and the SQL statements is captured in the FGA audit trial.


相关考题:

You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

pl/sql,12-&abc等是PL/SQL块中有效的标识符。() 此题为判断题(对,错)。

Thesearepointsthatdescribethecontentsofdifferentmemorycomponents:1:DescriptiveinformationormetadataaboutschemaobjectsthatarequeriedbyusingSQLstatements2:Therun-timeareafordatamanipulationlanguage(DML)ordatadefinitionlanguage(DDL)statements3:ResultsofSQLqueriesandPL/SQLfunctions4:ExecutableformsofSQLcursors,PL/SQLprograms,andJavaclasses5:TheinformationnecessarytoreconstructchangesmadetothedatabasebyatransactionWhichofthesewillbestoredintheSharedPoolifthenecessaryconfigurationsaredone()

在 Oracle中,关于PL/SQL下列描述正确的是() A.PL/SQL提供的四种内置数据类型是character integer,float,booleanB.PUSQ代表 Power Language/SQLC.PLQL块包括声明部分,可执行部分和异常处理部分D.PL/SQL不支持面向对象编程

在Oracle中,关于PL/SQL下列描述正确的是()。A.PL/SQL代表PowerLanguage/SQLB.PL/SQL不支持面向对象编程C.PL/SQL块包括声明部分、可执行部分和异常处理部分D.PL/SQL提供的四种内置数据类型是character,integer,float,boolean

如何加密PL/SQL程序?

下列关于PL/SQL的说法正确的是() A.PL/SQL是应用于各种数据库上的通用语言B.PL/SQL是过程化的SQL语言C.PL/SQL是只能在SQL*PLUS中运行D.在PL/SQL可以直接执行所有的SQL操作

在Oracle中,在SQL提示符下调用PL/SQL过程的方法是()。 A.使用CALL语句B.使用EXECUTE语句C.使用RUN语句D.直接使用过程名

关于PL/SQL块的执行部分下列说法正确的是?() A.PL/SQL表达式可以包含分组函数.B.PL/SQL表达式不可以包含SQL函数.C.在SQL语句中部分分组函数可用.D.以上都不对

T-SQL是SQL语言的方言,Oracle的PL/SQL不是SQL方言