可学答题网 > 问答 > OCP 11G认证考试题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

A PL/SQL procedure queries only those


A PL/SQL procedure queries only those columns of a redefined table that were unchanged by the online table redefinition. What happens to the PL/SQL procedure after the online table redefinition?()

  • A It remains valid.
  • B It becomes invalid for all options of online table redefinition but automatically gets revalidated the next time it is used.
  • C It becomes invalid for all options of online table redefinition and is automatically recompiled during online redefinition of the table.
  • D It becomes invalid only if the storage parameters have been modified and it automatically gets revalidated the next time it is used.
参考答案
参考解析:
分类:OCP 11G认证考试题库
相关推荐

1、PL/SQL程序由()部分组成。

PL/SQL程序由()部分组成。A声明部分B执行部分C异常处理部分D返回部分

2、pl/sql包中不包含的元素为()

pl/sql包中不包含的元素为()A存储过程B存储函数C游标D表

3、()导致PL/SQL中WHILE循环结束。

()导致PL/SQL中WHILE循环结束。A控制传递给EXIT语句BBoolean变量或表达式值为NULLCBoolean变量或表达式值为TRUEDBoolean变量或表达式值为FALSE

4、以下的PL/SQL声明哪个是正确的?()

以下的PL/SQL声明哪个是正确的?()Av_id NUMBER(4);Bv_x, v_y, v_z VARCHAR2(10);Cv_birthdate DATE NOT NULL;Dv_in_stock BOOLEAN := 1

5、以下哪些不是一个PL/SQL程序()

以下哪些不是一个PL/SQL程序()ALibraryBProcedureCFunctionDTrigger

6、下列关于PL/SQL的说法正确的是()

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