下列关于PL/SQL的说法正确的是()
第1题:
A.PL/SQL是应用于各种数据库上的通用语言
B.PL/SQL是过程化的SQL语言
C.PL/SQL是只能在SQL*PLUS中运行
D.在PL/SQL可以直接执行所有的SQL操作
第2题:
A.PL/SQL表达式可以包含分组函数.
B.PL/SQL表达式不可以包含SQL函数.
C.在SQL语句中部分分组函数可用.
D.以上都不对
第3题:
下面关于PL,/SQL说法错误的是()。
第4题:
在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。
第5题:
关于存储和匿名的PLlSQL程序块下列说法错误的是()。
第6题:
You have forgotten the name of binary PL/SQL library saved to the operating system. This file contains the PL/SQL constricts you created for the inventory report. For which file extension should you reach?()
第7题:
关于PL/SQL块的说法正确的是()
第8题:
在Oracle中,关于PL/SQL下列描述正确的是()。
第9题:
In your Supportcenter.cn database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()
第10题:
The source PL/SQL code will be stored in native machine code.
The source PL/SQL code will be stored in interpreted byte code.
The compiled PL/SQL code will be stored in native machine code.
The compiled PL/SQL code will be stored in interpreted byte code.
第11题:
执行部分是必须的,因此声明部分也可以放到执行部分中来
PL/SQL块在执行时,是统一传输给数据库服务器进行执行的
在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致
匿名PL/SQL块的执行效率要高于命名PL/SQL块
第12题:
在oracle中,下列关于PL/SQL的说法正确的是? (1.0分) [多选]
A. PL/SQL 支持DML B. PL/SQL 支持游标操作和事务 C. 可执行部分的是必须的 D. 异常处理部分是必选的 E. PL/SQL 支持DDL 和DCL
答案: B D
第13题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第14题:
关于PL/SQL说法错误的是()。
第15题:
关于PL/SQL块的执行部分下列说法正确的是?()
第16题:
PL/SQL块中不能直接使用的SQL命令是()。
第17题:
Oracle中,在一个PL/SQL块中调用另一个PL/SQL过程的方法是()
第18题:
In your Certkiller .com database server the parameter PLSQL_CODE_TYPE has been set to NATIVE. Which object would be achieved by the setting?()
第19题:
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?()
第20题:
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?()
第21题:
It performs parallel recompilation of only the stored PL/SQL code.
It performs sequential recompilation of only the stored PL/SQL code.
It performs parallel recompilation of any stored PL/SQL as well as Java code.
It performs sequential recompilation of any stored PL/SQL as well as Java code.
第22题:
PL/SQL是应用于各种数据库上的通用语言
PL/SQL是过程化的SQL语言
PL/SQL是只能在SQL*PLUS中运行
在PL/SQL可以直接执行所有的SQL操作
第23题:
PL/SQL表达式可以包含分组函数.
PL/SQL表达式不可以包含SQL函数.
在SQL语句中部分分组函数可用.
以上都不对