关于SQL*PLUS的叙述正确的是()
第1题:
A.SQL*PLUS是ORACLE数据库的专用访问工具
B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库
C.SQL*PLUS是所有ORACLE应用程序的底层API
D.SQL*PLUS是访问ORACLE数据库的唯一对外接口
E.以上所述都不正确
第2题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第3题:
SQL*Plus是运行在B/S模式下的工具,而iSQL*Plus是运行在C/S模式下的工具。
第4题:
在Oracle中,()是一个基于Web的SQL*Plus工具,能够在网页中执行SQL*Plus命令。
第5题:
Which statement correctly describes SQL and /SQL*Plus?()
第6题:
当在SQL*Plus中需要以DBA连接到Oracle数据库,可以使用如下()方式。
第7题:
下列关于PL/SQL的说法正确的是()
第8题:
Which two are attributes of /SQL*Plus? ()
第9题:
/SQL*Plus commands cannot be abbreviated.
/SQL*Plus commands are accessed from a browser.
/SQL*Plus commands are used to manipulate data in tables.
/SQL*Plus commands manipulate table definitions in the database.
/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
第10题:
Both SQL and /SQL*plus allow manipulation of values in the database.
/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.
/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.
/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.
第11题:
对
错
第12题:
SQL*Plus
iSQL*Plus
PL*SQL
iPL*SQL
第13题:
A.tnsnames.ora
B.sqlnet.ora
C.listener.ora
D.init.ora
E.以上所述都不正确
第14题:
Which two are attributes of iSQL*Plus? ()
第15题:
通过SQL*PLUS等数据库访问工具登录数据库服务器时,所需的数据库连接串是在以下哪个文件中定义的()
第16题:
在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()
第17题:
SQL*PLUS在ORACLE数据库系统中的作用,以下叙述正确的是()
第18题:
Which two are attributes of iSQL*Plus? ()
第19题:
同一台机器上,一个SQL*Plus可以使用另一个SQL*Plus定义的宿主变量。
第20题:
/SQL*Plus commands cannot be abbreviated.
/SQL*Plus commands are accesses from a browser.
/SQL*Plus commands are used to manipulate data in tables.
/SQL*Plus commands manipulate table definitions in the database.
/SQL*Plus is the Oracle proprietary interface for executing SQL statements.
第21题:
SQL*PLUS是ORACLE数据库的专用访问工具
SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库
SQL*PLUS是所有ORACLE应用程序的底层API
SQL*PLUS是访问ORACLE数据库的唯一对外接口
以上所述都不正确
第22题:
iSQL*Plus commands cannot be abbreviated.
iSQL*Plus commands are accessed from a browser.
iSQL*Plus commands are used to manipulate data in tables.
iSQL*Plus commands manipulate table definitions in the database.
iSQL*Plus is the Oracle proprietary interface for executing SQL statements.
第23题:
PL/SQL是应用于各种数据库上的通用语言
PL/SQL是过程化的SQL语言
PL/SQL是只能在SQL*PLUS中运行
在PL/SQL可以直接执行所有的SQL操作