在Oracle中,关于PL/SQL下列描述正确的是()。
第1题:
在Oracle中,关于PL/SQL下列描述正确的是()。
A.PL/SQL代表PowerLanguage/SQL
B.PL/SQL不支持面向对象编程
C.PL/SQL块包括声明部分、可执行部分和异常处理部分
D.PL/SQL提供的四种内置数据类型是character,integer,float,boolean
第2题:
A.使用CALL语句
B.使用EXECUTE语句
C.使用RUN语句
D.直接使用过程名
第3题:
Your organization decided to upgrade the existing Oracle 10g database to Oracle 11g database in a multiprocessor environment. At the end of the upgrade, you observe that the DBA executes the following script:SQL> @utlrp.sqlWhat is the significance of executing this script?()
A. It performs parallel recompilation of only the stored PL/SQL code.
B. It performs sequential recompilation of only the stored PL/SQL code.
C. It performs parallel recompilation of any stored PL/SQL as well as Java code.
D. It performs sequential recompilation of any stored PL/SQL as well as Java code.
第4题:
下面关于PL,/SQL说法错误的是()。
第5题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第6题:
A.PL/SQL是应用于各种数据库上的通用语言
B.PL/SQL是过程化的SQL语言
C.PL/SQL是只能在SQL*PLUS中运行
D.在PL/SQL可以直接执行所有的SQL操作
第7题:
A.从SELECT语句调用的函数均不能修改数据库表
B.函数可以带有IN、OUT等模式的参数
C.函数的返回值必须是数据库类型,不得使用PL/SQL类型
D.形式参数必须使用数据库类型,不得使用PL/SQL类型
第8题:
A.PL/SQL提供的四种内置数据类型是character integer,float,boolean
B.PUSQ代表 Power Language/SQL
C.PLQL块包括声明部分,可执行部分和异常处理部分
D.PL/SQL不支持面向对象编程
第9题:
A.PL/SQL表达式可以包含分组函数.
B.PL/SQL表达式不可以包含SQL函数.
C.在SQL语句中部分分组函数可用.
D.以上都不对
第10题:
关于PL/SQL块的执行部分下列说法正确的是?()