网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
在Oracle数据库SQL*Plus下执行下面查询:Selectvaluefromv$parameterwherename=„sql92_security‟;如果返回的结果是FALSE,则()
- A、要执行一个更新或删除引用表列的值需要具有表级的SELECT权限。
- B、要执行一个更新或删除引用表列的值不需要具有表级的SELECT权限。
- C、修改了此参数后需要重起数据库才能生效。
- D、修改了此参数后可以立即生效。
参考答案
更多 “在Oracle数据库SQL*Plus下执行下面查询:Selectvaluefromv$parameterwherename=„sql92_security‟;如果返回的结果是FALSE,则()A、要执行一个更新或删除引用表列的值需要具有表级的SELECT权限。B、要执行一个更新或删除引用表列的值不需要具有表级的SELECT权限。C、修改了此参数后需要重起数据库才能生效。D、修改了此参数后可以立即生效。” 相关考题
考题
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数据库中,通过下面的命令设置开启数据库的审计功能SQL>ALTERSYSTEMSETAUDIT_TRAIL=DB,EXTENDEDSCOPE=SPFILE;当重启数据库使审计生效,对审计文件的描述下面哪项正确?()
A.包含用户执行sql的sql文本和绑定变量值如果使用绑定变量B.包含用户执行sql的执行计划和绑定变量值如果使用绑定变量C.包括sql的执行计划和sql语句有关的统计信息D.仅包括用户执行sql的执行计划
考题
关于SQL*PLUS的叙述正确的是()
A.SQL*PLUS是ORACLE数据库的专用访问工具B.SQL*PLUS是标准的SQL访问工具,可以访问各类关系型数据库C.SQL*PLUS是所有ORACLE应用程序的底层APID.SQL*PLUS是访问ORACLE数据库的唯一对外接口E.以上所述都不正确
考题
下面的SQL语句能实现的功能是( )。SELECT宰FROM学生WHERE班级号=”0801”:UNION;SELECT牛FROM学生WHERE班级号=”0802”A)查询在0801班或0802班的学生信息B)查询0801班或0802班的班级信息C)查询既在0801班又在0802班的学生信息D)语句错误,不能执行
考题
导入UIDB和WAS数据库脚本时,下面哪些是必须使用sys用户来执行的()。A、“1oracle_tablespacE.sql”B、“3oracle_alltablE.sql”C、“0.oracle_tablespacE.sql”D、“1.oracle_user.sql”
考题
在oracle数据库中,通过下面的命令设置开启数据库的审计功能SQLALTER SYSTEM SETAUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;当重启数据库使审计生效,对审计文件的描述下面哪项正确?()A、包含用户执行sql的sql文本和绑定变量值如果使用绑定变量B、包含用户执行sql的执行计划和绑定变量值如果使用绑定变量C、包括sql的执行计划和sql语句有关的统计信息D、仅包括用户执行sql的执行计划
考题
在Oracle数据库中,以下哪个语句可以在SQL*Plus中执行emp_rec.sql脚本?()A、emp_rec.sqlB、@emp_rec.sqlC、GETemp_rec.sqlD、SAVEemp_rec.sql
考题
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语句查询数据库: SELECT* FROM 事务处理 WHERE 产品标识=4569; 执行该语句时,会实现哪些SQL SELECT语句功能?()A、仅选择功能B、仅映射功能C、仅选择和映射功能D、映射、选择和联接功能
考题
关于PL/SQL块的说法正确的是()A、执行部分是必须的,因此声明部分也可以放到执行部分中来B、PL/SQL块在执行时,是统一传输给数据库服务器进行执行的C、在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致D、匿名PL/SQL块的执行效率要高于命名PL/SQL块
考题
关于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.
考题
多选题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.
考题
单选题在oracle数据库中,通过下面的命令设置开启数据库的审计功能SQLALTER SYSTEM SETAUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;当重启数据库使审计生效,对审计文件的描述下面哪项正确?()A
包含用户执行sql的sql文本和绑定变量值如果使用绑定变量B
包含用户执行sql的执行计划和绑定变量值如果使用绑定变量C
包括sql的执行计划和sql语句有关的统计信息D
仅包括用户执行sql的执行计划
考题
多选题导入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.
考题
单选题关于PL/SQL块的说法正确的是()A
执行部分是必须的,因此声明部分也可以放到执行部分中来B
PL/SQL块在执行时,是统一传输给数据库服务器进行执行的C
在PL/SQL中SELECT的语句的用法与在SQL*PLUS中完全一致D
匿名PL/SQL块的执行效率要高于命名PL/SQL块
热门标签
最新试卷