在Oracle中,关于PL/SQL下列描述正确的是()。A、PL/SQL代表Power Language/SQLB、PL/SQL不支持面向对象编程C、PL/SQL块包括声明部分、可执行部分和异常处理部分D、PL/SQL提供的四种内置数据类型是character,integer,float,boolean
在Oracle中,关于PL/SQL下列描述正确的是()。
- A、PL/SQL代表Power Language/SQL
- B、PL/SQL不支持面向对象编程
- C、PL/SQL块包括声明部分、可执行部分和异常处理部分
- D、PL/SQL提供的四种内置数据类型是character,integer,float,boolean
相关考题:
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.
在 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的说法正确的是() A.PL/SQL是应用于各种数据库上的通用语言B.PL/SQL是过程化的SQL语言C.PL/SQL是只能在SQL*PLUS中运行D.在PL/SQL可以直接执行所有的SQL操作
在Oracle中,当从SQL表达式调用函数时,下列描述不正确的是()。 A.从SELECT语句调用的函数均不能修改数据库表B.函数可以带有IN、OUT等模式的参数C.函数的返回值必须是数据库类型,不得使用PL/SQL类型D.形式参数必须使用数据库类型,不得使用PL/SQL类型
下面关于PL,/SQL说法错误的是()。A、PL/SQL代码可以存储在客户机上并发送至服务器执行B、PL/SQL代码不能作为一个代码块存储在数据库内C、PL/SQL是Oracle所有的第三代语言,这种语言在数据库内运行D、以上说法都错误
关于PL/SQL块的说法正确的是()A、执行部分是必须的,因此声明部分也可以放到执行部分中来B、PL/SQL块在执行时,是统一传输给数据库服务器进行执行的C、在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致D、匿名PL/SQL块的执行效率要高于命名PL/SQL块
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.sql What 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.
在Oracle中,当从SQL表达式调用函数时,下列描述不正确的是()。A、从SELECT语句调用的函数均不能修改数据库表B、函数可以带有IN、OUT等模式的参数C、函数的返回值必须是数据库类型,不得使用PL/SQL类型D、形式参数必须使用数据库类型,不得使用PL/SQL类型
下列关于PL/SQL的说法正确的是()A、PL/SQL是应用于各种数据库上的通用语言B、PL/SQL是过程化的SQL语言C、PL/SQL是只能在SQL*PLUS中运行D、在PL/SQL可以直接执行所有的SQL操作
Oracle Fusion Middleware Control runs as:()A、 a module in Oracle HTTP ServerB、 a PL/SQL module in Oracle DatabaseC、 an application in WebLogic Server Administration ServerD、 an application in WebLogic Server Managed Server
多选题在Oracle中,当从SQL表达式调用函数时,下列描述不正确的是()。A从SELECT语句调用的函数均不能修改数据库表B函数可以带有IN、OUT等模式的参数C函数的返回值必须是数据库类型,不得使用PL/SQL类型D形式参数必须使用数据库类型,不得使用PL/SQL类型
单选题在Oracle中,关于PL/SQL下列描述正确的是()。APL/SQL代表Power Language/SQLBPL/SQL不支持面向对象编程CPL/SQL块包括声明部分、可执行部分和异常处理部分DPL/SQL提供的四种内置数据类型是character,integer,float,boolean
单选题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.sql What 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.
多选题You upgrade your Oracle database in a multiprocessor environment. As a recommended you execute thefollowing script:SQL @utlrp.sqlWhich two actions does the script perform?()AParallel compilation of only the stored PL/SQL codeBSequential recompilation of only the stored PL/SQL codeCParallel recompilation of any stored PL/SQL codeDSequential recompilation of any stored PL/SQL codeEParallel recompilation of Java codeFSequential recompilation of Java code
单选题下列关于PL/SQL的说法正确的是()APL/SQL是应用于各种数据库上的通用语言BPL/SQL是过程化的SQL语言CPL/SQL是只能在SQL*PLUS中运行D在PL/SQL可以直接执行所有的SQL操作
单选题关于PL/SQL块的说法正确的是()A执行部分是必须的,因此声明部分也可以放到执行部分中来BPL/SQL块在执行时,是统一传输给数据库服务器进行执行的C在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致D匿名PL/SQL块的执行效率要高于命名PL/SQL块
在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选] A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL