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.
第1题:
A.PL/SQL是应用于各种数据库上的通用语言
B.PL/SQL是过程化的SQL语言
C.PL/SQL是只能在SQL*PLUS中运行
D.在PL/SQL可以直接执行所有的SQL操作
第2题:
A.SQL*Plus
B.iSQL*Plus
C.PL*SQL
D.iPL*SQL
第3题:
Statement对象本身包含SQL语句。
第4题:
A.SQL*PLUS是ORACLE数据库的专用访问工具
B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库
C.SQL*PLUS是所有ORACLE应用程序的底层API
D.SQL*PLUS是访问ORACLE数据库的唯一对外接口
E.以上所述都不正确
第5题:
7、Statement对象提供了执行基本SQL语句的功能。