更多“在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。 ”相关问题
  • 第1题:

    在SQL*PLUS中,显示执行时长的命令是()

    A.set time on

    B.set timing on

    C.set long

    D.set timelong on

    E.set sqlprompt


    参考答案:B

  • 第2题:

    在SQL*PLUS环境中,若想通过执行PL/SQL代码来显示指定的字符串,以下哪个方法可行()

    • A、用SQL*PLUS环境支持的SHOW命令
    • B、用DBMS_OUTPUT包的PUT_LINE过程
    • C、用PRINT命令来输出指定的字符串
    • D、用DISPLAY命令来输出指定的字符串
    • E、用DBMS_OUTPUT包的NEW_LINE过程

    正确答案:B

  • 第3题:

    在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()

    • A、&emp_rec.sql
    • B、@emp_rec.sql
    • C、GETemp_rec.sql
    • D、SAVEemp_rec.sql

    正确答案:B

  • 第4题:

    将显示的内容输出到指定文件的SQL*Plus命令及说法错误的是()。

    • A、使用的SQL*Plus命令是:SQL>SPOOLfile_name
    • B、只有关闭spool输出,才能在输出文件中看到输出的内容
    • C、关闭spool输出的SQL*Plus命令是SQL>SPOOLOFF
    • D、在屏幕上的内容都包含在该文件中,但不包括输入的sql语句

    正确答案:D

  • 第5题:

    关于PL/SQL块的说法正确的是()

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

    正确答案:B

  • 第6题:

    关于SQL*PLUS的叙述正确的是()

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

    正确答案:A

  • 第7题:

    在SQL*PLUS中,显示执行时长的命令是()

    • A、set time on
    • B、set timing on
    • C、set long
    • D、set timelong on
    • E、set sqlprompt

    正确答案:B

  • 第8题:

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

    • A、START
    • B、LIST
    • C、/
    • D、SPOOL

    正确答案:C

  • 第9题:

    单选题
    在命令行中启动SQL*Plus,使用如下()命令。
    A

    SQLPLUS

    B

    SQL*PLUS

    C

    SQL

    D

    SPLUS


    正确答案: B
    解析: 暂无解析

  • 第10题:

    多选题
    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.


    正确答案: A,B
    解析: 暂无解析

  • 第11题:

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

    SQL*Plus

    B

    iSQL*Plus

    C

    PL*SQL

    D

    iPL*SQL


    正确答案: A
    解析: 暂无解析

  • 第12题:

    单选题
    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.


    正确答案: B
    解析: 暂无解析

  • 第13题:

    关于SQL*PLUS的叙述正确的是()

    A.SQL*PLUS是ORACLE数据库的专用访问工具

    B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库

    C.SQL*PLUS是所有ORACLE应用程序的底层API

    D.SQL*PLUS是访问ORACLE数据库的唯一对外接口

    E.以上所述都不正确


    参考答案:A

  • 第14题:

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

    • A、SQL*Plus
    • B、iSQL*Plus
    • C、PL*SQL
    • D、iPL*SQL

    正确答案:B

  • 第15题:

    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.

    正确答案:A

  • 第16题:

    在SQL*PLUS中执行刚输入的一条命令用()

    • A、正斜杠(/)
    • B、反斜杠(/)
    • C、感叹号(!)
    • D、句号(.)
    • E、以上所述都不正确

    正确答案:A

  • 第17题:

    在命令行中启动SQL*Plus,使用如下()命令。

    • A、SQLPLUS
    • B、SQL*PLUS
    • C、SQL
    • D、SPLUS

    正确答案:A

  • 第18题:

    在SQL*PLUS中显示当前用户的命令是()

    • A、show account
    • B、show accountname
    • C、show user
    • D、show username
    • E、以上所述都不正确

    正确答案:C

  • 第19题:

    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.

    正确答案:C,E

  • 第20题:

    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.

    正确答案:C,D

  • 第21题:

    单选题
    在SQL*PLUS中,显示执行时长的命令是()
    A

    set time on

    B

    set timing on

    C

    set long

    D

    set timelong on

    E

    set sqlprompt


    正确答案: B
    解析: 暂无解析

  • 第22题:

    多选题
    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.


    正确答案: A,C
    解析: 暂无解析

  • 第23题:

    单选题
    关于SQL*PLUS的叙述正确的是()
    A

    SQL*PLUS是ORACLE数据库的专用访问工具

    B

    SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库

    C

    SQL*PLUS是所有ORACLE应用程序的底层API

    D

    SQL*PLUS是访问ORACLE数据库的唯一对外接口

    E

    以上所述都不正确


    正确答案: D
    解析: 暂无解析