单选题在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。ASQL*PlusBiSQL*PlusCPL*SQLDiPL*SQL

单选题
在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。
A

SQL*Plus

B

iSQL*Plus

C

PL*SQL

D

iPL*SQL


参考解析

解析: 暂无解析

相关考题:

下列命令中可以执行SQL*Plus缓冲区中的一条SQL语句的是()。 A.STARTB.LISTC./D.SPOOL

在命令行中启动SQL*Plus,使用如下()命令 A.SQLPLUSB.SQL*PLUSC.SQLD.SPLUS

Which two are attributes of /SQL*Plus? () 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.

YouwanttoadministeryourPRODdatabasefromaremotehostmachineusingaWeb-enabledinterface.WhichOracletoolwouldyouusetoaccomplishthistaskefficientlywithoutusingcommand-lineinterfaces?() A.SQL*PlusB.iSQL*PlusC.ManagementServerD.ManagementRepositoryE.OracleEnterpriseManager10gDatabaseControl

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

关于SQL*PLUS的叙述正确的是() A.SQL*PLUS是ORACLE数据库的专用访问工具B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库C.SQL*PLUS是所有ORACLE应用程序的底层APID.SQL*PLUS是访问ORACLE数据库的唯一对外接口E.以上所述都不正确

在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。 A.SQL*PlusB.iSQL*PlusC.PL*SQLD.iPL*SQL

Which two are attributes of iSQL*Plus? ()A、iSQL*Plus commands cannot be abbreviated.B、iSQL*Plus commands are accessed from a browser.C、iSQL*Plus commands are used to manipulate data in tables.D、iSQL*Plus commands manipulate table definitions in the database.E、iSQL*Plus is the Oracle proprietary interface for executing SQL statements.

SQL*Plus是运行在B/S模式下的工具,而iSQL*Plus是运行在C/S模式下的工具。

Oracle 10g的管理工具中,()是一个非常重要的、在服务器端和客户端都可以使用的工具。主要功能有:输入、运行和调试SQL语句、PL/SQL块。A、OUIB、SQL*PLUSC、OEMD、DBCA

在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。A、SQL*PlusB、iSQL*PlusC、PL*SQLD、iPL*SQL

在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()A、emp_rec.sqlB、@emp_rec.sqlC、GETemp_rec.sqlD、SAVEemp_rec.sql

Which statement correctly describes SQL and /SQL*Plus?()A、Both SQL and /SQL*plus allow manipulation of values in the database.B、/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.C、/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.D、/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.

关于PL/SQL块的说法正确的是()A、执行部分是必须的,因此声明部分也可以放到执行部分中来B、PL/SQL块在执行时,是统一传输给数据库服务器进行执行的C、在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致D、匿名PL/SQL块的执行效率要高于命名PL/SQL块

在命令行中启动SQL*Plus,使用如下()命令。A、SQLPLUSB、SQL*PLUSC、SQLD、SPLUS

关于SQL*PLUS的叙述正确的是()A、SQL*PLUS是ORACLE数据库的专用访问工具B、SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库C、SQL*PLUS是所有ORACLE应用程序的底层APID、SQL*PLUS是访问ORACLE数据库的唯一对外接口E、以上所述都不正确

Which two are attributes of iSQL*Plus? ()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.

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

下列命令中可以执行SQL*Plus缓冲区中的一条SQL语句的是()。A、STARTB、LISTC、/D、SPOOL

Which two are attributes of /SQL*Plus? ()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.

多选题Which two are attributes of /SQL*Plus? ()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.

多选题Which two are attributes of iSQL*Plus? ()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.

单选题在SQL*PLUS环境中,若想通过执行PL/SQL代码来显示指定的字符串,以下哪个方法可行()A用SQL*PLUS环境支持的SHOW命令B用DBMS_OUTPUT包的PUT_LINE过程C用PRINT命令来输出指定的字符串D用DISPLAY命令来输出指定的字符串E用DBMS_OUTPUT包的NEW_LINE过程

单选题Which statement correctly describes SQL and /SQL*Plus?()ABoth SQL and /SQL*plus allow manipulation of values in the database.B/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.C/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.D/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.

单选题下列关于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中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。ASQL*PlusBiSQL*PlusCPL*SQLDiPL*SQL

单选题下列命令中可以执行SQL*Plus缓冲区中的一条SQL语句的是()。ASTARTBLISTC/DSPOOL