在SQL*PLUS环境中,若想通过执行PL/SQL代码来显示指定的字符串,以下哪个方法可行()
A、用SQL*PLUS环境支持的SHOW命令
B、用DBMS_OUTPUT包的PUT_LINE过程
C、用PRINT命令来输出指定的字符串
D、用DISPLAY命令来输出指定的字符串
E、用DBMS_OUTPUT包的NEW_LINE过程
A、用SQL*PLUS环境支持的SHOW命令
B、用DBMS_OUTPUT包的PUT_LINE过程
C、用PRINT命令来输出指定的字符串
D、用DISPLAY命令来输出指定的字符串
E、用DBMS_OUTPUT包的NEW_LINE过程
A、set echo on B、set output on C、set serveroutput on D、set dbms_output on E、set server_output on
A、执行部分是必须的,因此声明部分也可以放到执行部分中来 B、PL/SQL块在执行时,是统一传输给数据库服务器进行执行的 C、在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致 D、匿名PL/SQL块的执行效率要高于命名PL/SQL块
A、PL/SQL是应用于各种数据库上的通用语言 B、PL/SQL是过程化的SQL语言 C、PL/SQL是只能在SQL*PLUS中运行 D、在PL/SQL可以直接执行所有的SQL操作
A、/SQL*Plus commands cannot be abbreviated. B、/SQL*Plus commands are accesses from a browser. C、/SQL*Plus commands are used to manipulate data in tables. D、/SQL*Plus commands manipulate table definitions in the database. E、/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
A、SQL*PLUS是ORACLE数据库的专用访问工具 B、SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库 C、SQL*PLUS是所有ORACLE应用程序的底层API D、SQL*PLUS是访问ORACLE数据库的唯一对外接口 E、以上所述都不正确
A、/SQL*Plus commands cannot be abbreviated. B、/SQL*Plus commands are accessed from a browser. C、/SQL*Plus commands are used to manipulate data in tables. D、/SQL*Plus commands manipulate table definitions in the database. E、/SQL*Plus is the Oracle proprietary interface for executing SQL statements.