Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:Which two statements are true about redefining the table?()A. All the triggers for the table are disabled without changing any of the column names or column

题目
Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:Which two statements are true about redefining the table?()

A. All the triggers for the table are disabled without changing any of the column names or column types in the table.

B. The primary key constraint on the EMPLOYEES table is disabled during redefinition.

C. VPD policies are copied from the original table to the new table during online redefinition.

D. You must copy the VPD policies manually from the original table to the new table during online redefinition.


相似考题
更多“Examine the following commands for redefining a table with Virtual Private Database (VPD) policies:Which two statements are true about redefining the table?() ”相关问题
  • 第1题:

    假如有两个表的连接是这样的:table_1 INNERJOIN table_2,其中table_1和table_2是两个具有公共属性的表,这种连接会生成( )结果集。

    A.包括table_1中的所有行,不包括table_2的不匹配行

    B.包括table_2中的所有行,不包括table_1的不匹配行

    C.包括两个表的所有行

    D.只包括table_1和table_2满足条件的行


    正确答案:D
    某些情况下,需要把数字数据类型显示为相应的文本名称,这就碰到了多表连接建立记录集的问题。多表连接的类型主要有leftjoin、rightjoin和innerjoin。其主要区别如下:①leftjoin(左联接),返回包括左表中的所有记录和右表中联结字段相等的记录;②rightjoin(右联接),返回包括右表中的所有记录和左表中联结字段相等的记录;③innerjoin(等值连接),只返回两个表中联结字段相等的行。因此本题采用innerjoin,结果集将返回包括table_1和table_2都满足条件的行。

  • 第2题:

    【单选题】假如有两个表的连接是这样的: table_a inner join table_b 其中table_a和table_b是两个具有公共属性的表,这种连接会生成哪种结果集()

    A.包括table_a中的所有行,不包括table_b的不匹配行

    B.包括table_b中的所有行,不包括table_a的不匹配行

    C.包括和两个表的所有行

    D.只包括table_a和table_b满足条件的行


    B

  • 第3题:

    如果TABLE为数据段中0032单元的符号名,其中存放的内容为1234H,当执行指令”MOV AX,TABLE”和”LEA AX,TABLE”后,(AX)中的内容分别为多少?

    A.执行MOV AX , TABLE后(AX)=1234H

    B.执行LEA AX, TABLE 后 (AX)=0032H.

    C.执行MOV AX , TABLE后(AX)=0032H

    D.执行LEA AX, TABLE 后 (AX)=1234H


    1234H,0032H

  • 第4题:

    物化视图日志默认的名字是:()

    A. M$LOG_TABLE_NAME

    B. MLOG$_TABLE_NAME

    C. MLOG_ TABLE_NAME


    参考答案B

  • 第5题:

    1、假设有两个表的连接:table1 INNER JOIN table2 ,其中table1和table2是两个具有公共属性的表,这种连接会生成()结果集。

    A.包括table1中的所有行,不包括table2的不匹配行

    B.包括table2中的所有行,不包括table1的不匹配行

    C.包括两个表的所有行

    D.只包括table1和table2满足条件的行


    D