网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
SQL*Plus是Oracle数据库的专用访问工具()
参考答案和解析
对
更多 “SQL*Plus是Oracle数据库的专用访问工具()” 相关考题
考题
(45)下列关于 Oracle 数据库系统的叙述中,哪一个是不正确的?A)一个 Oracle 数据库系统主要由 Oracle 服务器和工具组成B)Oracle 服务器支持 SQL 语言C)Oracle 实例指的是数据库存储数据的集合D)Oracle 数据库系统能支持对象一关系数据模型
考题
( 12 )数据库的访问接口包括 ODBC 、 OLEDB 等,其中 ODBC 接口是A )专用的访问 SQL Server 数据库的接口B )一种开放的、访问数据库的接口C )通用的访问任何类型的数据的接口D )一种访问关系数据库的控件
考题
下列关于Oracle数据库系统的叙述中,( )是不正确的。A)一个Oracle数据库系统主要由Oracle服务器和工具组成B)Oracle数据库系统能支持对象一关系数据模型C)Oracle实例指的是数据库存储数据的集合D)Oracle服务器支持SQL语言
考题
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.
考题
Oracle系统不仅具有高性能的RDBMS,而且提供全过程的应用开发工具。如果要进行数据库建模,使用的是A.SQL * ConnectB.Oracle Designer 2000C.Oracle Developer 2000D.Oracle Financials
考题
关于SQL*PLUS的叙述正确的是()
A.SQL*PLUS是ORACLE数据库的专用访问工具B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库C.SQL*PLUS是所有ORACLE应用程序的底层APID.SQL*PLUS是访问ORACLE数据库的唯一对外接口E.以上所述都不正确
考题
通过SQL*PLUS等数据库访问工具登录数据库服务器时,所需的数据库连接串是在以下哪个文件中定义的()
A.tnsnames.oraB.sqlnet.oraC.listener.oraD.init.oraE.以上所述都不正确
考题
导入UIDB和WAS数据库脚本时,下面哪些是必须使用sys用户来执行的()。A、“1oracle_tablespacE.sql”B、“3oracle_alltablE.sql”C、“0.oracle_tablespacE.sql”D、“1.oracle_user.sql”
考题
通过SQL*PLUS等数据库访问工具登录数据库服务器时,所需的数据库连接串是在以下哪个文件中定义的()A、tnsnames.oraB、sqlnet.oraC、listener.oraD、init.oraE、以上所述都不正确
考题
在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()A、emp_rec.sqlB、@emp_rec.sqlC、GETemp_rec.sqlD、SAVEemp_rec.sql
考题
下列关于Oracle数据库系统的叙述中,哪一个是不正确的?()A、一个Oracle数据库系统主要由Oracle服务器和工具组成B、Oracle服务器支持SQL语言C、Oracle实例指的是数据库存储数据的集合D、Oracle数据库系统能支持对象—关系数据模型
考题
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.
考题
关于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.
考题
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.
考题
单选题SQL*PLUS在ORACLE数据库系统中的作用,以下叙述正确的是()A
是ORACLE数据库服务器的主要组成部分,是服务器运行的基础构件B
是ORACLE数据库系统底层网络通信协议,为所有的ORACLE应用程序提供一个公共的通信平台C
是ORACLE客户端访问服务器的一个工具,通过它可以向服务器发送SQL命令D
是ORACLE客户端到客户端的点对点的通信工具,用来传递各个客户端的数据E
以上所述都不正确
考题
多选题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中需要以DBA连接到Oracle数据库,可以使用如下()方式。A
CONNECT SYS/password SYSDBAB
CONNECT SYS/password AS SYSDBAC
CONNECT AS SYSDBA SYS/passwordD
CONNECT DBA SYS/password
考题
多选题导入UIDB和WAS数据库脚本时,下面哪些是必须使用sys用户来执行的()。A“1oracle_tablespacE.sql”B“3oracle_alltablE.sql”C“0.oracle_tablespacE.sql”D“1.oracle_user.sql”
考题
单选题关于SQL*PLUS的叙述正确的是()A
SQL*PLUS是ORACLE数据库的专用访问工具B
SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库C
SQL*PLUS是所有ORACLE应用程序的底层APID
SQL*PLUS是访问ORACLE数据库的唯一对外接口E
以上所述都不正确
考题
单选题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.
热门标签
最新试卷