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

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


相似考题
更多“多选题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 databas”相关问题
  • 第1题:

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

    A.SQL*Plus

    B.iSQL*Plus

    C.PL*SQL

    D.iPL*SQL


    参考答案:B

  • 第2题:

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


    正确答案:错误

  • 第3题:

    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

  • 第4题:

    From SQL*Plus, you issue this SELECT statement: SELECT* FROM order; You use this statement to retrieve data from a data table for ().

    • A、Updating
    • B、Viewing
    • C、Deleting
    • D、Inserting
    • E、Truncating

    正确答案:B,D

  • 第5题:

    Which two are characteristics of user-managed backup and recovery operations?()

    • A、Recovery is initiated using SQL*Plus.
    • B、Database files are backed up using SQL commands.
    • C、Database files are backed up with Recovery Manager.
    • D、Database files are restored using Recovery Manager.
    • E、Database files are backed up using operating system commands.

    正确答案:A,B

  • 第6题:

    Which are /SQL*Plus commands? ()

    • A、INSERT
    • B、UPDATE
    • C、SELECT
    • D、DESCRIBE
    • E、DELETE
    • F、RENAME

    正确答案:A,B,C,D,E

  • 第7题:

    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

  • 第8题:

    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

  • 第9题:

    多选题
    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
    解析: 暂无解析

  • 第10题:

    多选题
    Which two are characteristics of user-managed backup and recovery operations?()
    A

    Recovery is initiated using SQL*Plus.

    B

    Database files are backed up using SQL commands.

    C

    Database files are backed up with Recovery Manager.

    D

    Database files are restored using Recovery Manager.

    E

    Database files are backed up using operating system commands.


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

  • 第11题:

    单选题
    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
    解析: 暂无解析

  • 第12题:

    多选题
    From SQL*Plus, you issue this SELECT statement: SELECT* FROM order; You use this statement to retrieve data from a data table for ().
    A

    Updating

    B

    Viewing

    C

    Deleting

    D

    Inserting

    E

    Truncating


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

  • 第13题:

    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.

    正确答案:B,E

  • 第14题:

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

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

    正确答案:B

  • 第15题:

    Which are iSQL*Plus commands? ()

    • A、INSERT
    • B、UPDATE
    • C、SELECT
    • D、DESCRIBE
    • E、DELETE
    • F、RENAME

    正确答案:D

  • 第16题:

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

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

    正确答案:A

  • 第17题:

    Which /SQL*Plus feature can be used to replace values in the WHERE clause?()

    • A、Substitution variables
    • B、Replacement variables
    • C、Prompt variables
    • D、Instead-of variables
    • E、This feature cannot be implemented through /SQL*Plus.

    正确答案:A

  • 第18题:

    Which /SQL*Plus feature can be used to replace values in the WHERE clause?()

    • A、Substitution variables
    • B、Replacement variables
    • C、Prompt variables
    • D、Instead-of variables
    • E、This feature cannot be implemented through /SQL*Plus

    正确答案:A

  • 第19题:

    In user-managed backup and recover procedures, how are data files backed up? ()

    • A、Using SQL commands.
    • B、Using SQL*Plus commands.
    • C、Using operating system commands.
    • D、Using Recover Manager commands.

    正确答案:C

  • 第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.


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

  • 第21题:

    单选题
    Which are iSQL*Plus commands? ()
    A

    INSERT

    B

    UPDATE

    C

    SELECT

    D

    DESCRIBE

    E

    DELETE

    F

    RENAME


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

  • 第22题:

    多选题
    Which are /SQL*Plus commands? ()
    A

    INSERT

    B

    UPDATE

    C

    SELECT

    D

    DESCRIBE

    E

    DELETE

    F

    RENAME


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

  • 第23题:

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


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

  • 第24题:

    单选题
    Which is an /SQL*Plus command?()
    A

    INSERT

    B

    UPDATE

    C

    SELECT

    D

    DESCRIBE

    E

    DELETE

    F

    RENAME


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