当前位置:网站首页>Oracle 19C OCP 1z0-082 certification examination question bank (36-41)
Oracle 19C OCP 1z0-082 certification examination question bank (36-41)
2022-07-26 08:35:00 【YaoYuan ace】
36.Examine this command
Which two statements are true?
A.DML, may be performed on tables with one or more extents in this data file during the
execution of this command
B.It overwrites any existing file with the name SALES02.DBF in /u02 by default.
C.Tables with one or more extents in this data file may be queried during the execution of this command
D.Compressed objects in sales01.DBF will be uncompressed in SALES02.DBF after the move E.The “To” clause containing the new file name must be specified even if Oracle Managed Files (OMF)is used
answer : AC
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/admin/managing-data-files-and-temp-files.html#GUID-B0CB3536-EB2D-4319-9563-D698905E67D4
37.Which two statements are true about substitution variables?
A.A substitution variable used to prompt for a column name must be enclosed in double quotation marks.
B.A substitution variable prefixed with s always prompts only once for a value in a session
C.A substitution variable used to prompt for a column name must be enclosed in single quotation marks
D.A substitution variable prefixed with && prompts only once for a value in a session unless it is set to undefined in the session
E.A substitution variable can be used only in a SELECT statement
F.A substitution variable can be used with any clause in a select statement
answer : DF
38.Examine this description of the TRANSACTIONS table
Which two SQL statements execute successfully?
A.SELECT customer_id CUSTID, transaction date TRANS_DATE, amount+ 100 DUES FROM transactions
B.SELECT customer_id AS “CUSTOMER-ID”, transaction date AS DATE, amount + 100 “DUES” FROM transactions
C.SELECT customer_id AS ‘CUSTOMER-ID’, transaction date As DATE, amount + 100 ‘DUES’ FROM transactions
D.SELECT customer_id AS "CUSTOMER-ID ", transaction date As "DATE”, amount +100 DUES FROM transactions
E.SELECT customer_id AS CUSTOMER-ID, transaction date As TRANS DATE, amount 100 " DUES AMOUNT " FROM transactions
answer : AD
CUSTOMER-ID and DATE Use quotation marks
39.Which two statements are true about the configuration and use of UNDO RETENTION with no GUARANTEED RETENTION?
A.Unexpired UNDO is always retained
B.UNDO RETENTION specifies for how long Oracle attempts to keep unexpired UNDO C.UNDO_RETENTION specifies for how long Oracle attempts to keep expired and unexpired UNDO.
D.UNDO RETENTION specifies how long all types of UNDO are retained
E.Active UNDO is always retained
answer : BE
40.The ORDERS table has a column ORDER_DATE of data type DATE. The default display format for a date is DD-MON-RR
Which two WHERE conditions demonstrate the correct usage of conversion functions?
A.WHERE order_date=TO_DATE(ADD_MONTHS(SYSDATE, 6),‘MON DD YYYY’)
B.WHERE TO_CHAR(order date, ‘MON DD YYYY’)= ‘JAN 20 2019’
C.WHERE order_date > TO_DATE(JUL 10 2018’,‘NON DD YYYY’)
D.WHERE order_date=TO_CHAR(ADD_MONTHS(SYSDATE, 6),'MON DD YYYY)
E.WHERE order_date IN (TO_DATE(‘oct 21 2018’,'mon DD YYYY '), TO_CHAR(‘Nov 21 2018’, ‘Mon DD YYYY’))
answer : BC
A Should not use to_date
D Date and character cannot be compared
41.Examine the description of the EMPLOYEES table NLS_DATE_FORMAT is set to DD-MON-YY
Which query requires explicit_data type conversion?
A.SELECT join_date FROM employees WHERE join_date >‘10-02-2018’;
B.SELECT join_date || ’ '|| salary FROM employees
C.SELECT salary + ‘120.50’ FROM employees
D.SELECT SUBSTR( join_date, 1, 2)-10 FROM employees
E.SELECT join_date + ‘20’ FROM employees
answer : A
need OCP Please add the exam materials I created qq Group
边栏推荐
- Use of room database in kotlin
- 日常一记(11)--word公式输入任意矩阵
- Flutter compilation fails
- Daily Note (11) -- word formula input arbitrary matrix
- vscode 实用快捷键
- Flitter imitates wechat long press pop-up copy recall paste collection and other custom customization
- Xshell batch send command to multiple sessions
- Sub Chocolate & paint area
- Vscode utility shortcut
- Memory management - dynamic partition allocation simulation
猜你喜欢
File management file system based on C #
利用模m的原根存在性判断以及求解
Bee guitar score high octave and low octave
关于期刊论文所涉及的一些概念汇编+期刊查询方法
B title: razlika priority queue approach
六、品达通用权限系统__pd-tools-log
QT uses QSS to make a beautiful login interface (hand-in-hand teaching)
2022-7-7 personal qualifying 4 competition experience
KV database based on raft consensus protocol
[time complexity, space complexity]
随机推荐
【FreeSwitch开发实践】使用SIP客户端Yate连接FreeSwitch进行VoIP通话
Problems caused by slivereappbar
Vscode utility shortcut
Day 4 homework
第四天作业
2022年全国职业院校技能大赛“网络安全”竞赛试题文件上传渗透测试答案Flag
Foundry教程:使用多种方式编写可升级的智能合约(上)
Logic of data warehouse zipper table
Regular expression job
23.10 Admin features
基于C语言的内存管理-动态分区分配方式模拟
Vscode domestic image server acceleration
The data read by Flink Oracle CDC is always null. Do you know
Error handling response: Error: Syntax error, unrecognized expression: .c-container /deep/ .c-contai
基于C语言的哈夫曼转化软件
Excel find duplicate lines
File management file system based on C #
Inaccurate problem of flutter fijkplayer seekto
Fluent uses protobuf
基于Raft共识协议的KV数据库