当前位置:网站首页>Oracle 19C OCP 1z0-082 certification examination question bank 1
Oracle 19C OCP 1z0-082 certification examination question bank 1
2022-07-26 08:35:00 【YaoYuan ace】
Examination subjects :1Z0-082
Examination questions :90
Through the score :60%
Official examination instructions :https://education.oracle.com/ Product catalog -ouexam-pexam_1z0-082/pexam_1Z0-082
1.Which two statements are true about space-saving features in an Oracle Database?
A.An index created with the UNUSABLE attribute has no segment.
B.Private Temporary Tables(PTTs) store metadata in memory only.
C.Private Temporary Tables(PTTs) when used, are always dropped at the next commit statement. D.An index that is altered to be UNUSABLE will retain its segment
E. A table that is truncated will always have all of its extents removed
answer :AB
https://docs.oracle.com/en/database/oracle/oracle-database/18/admin/managing-tables.html#GUID-8A4441BC-9B9E-46AA-9CEE-D825440F34C7
After testing ,truncate table Initial extent Does not delete .
After testing alter index in_a unusable; Will delete all segment.
2.Which two statements are true about views?
A.A view must only refer to tables in its defining query.
B.The WITH CHECK clause prevents certain rows from being displayed when querying the view C.Views can be updated without the need to re-grant privileges on the view
D.The WITH CHECK clause prevents certain rows from being updated or inserted in the underlying table through the view.
E.Views can be indexed
answer :CD
a You can also use views
3.Examine the description of the products table
A.SELECT prod_id, AVG(MAX (cost)) FROM products GROUP BY prod_id.
B.SELECT prod_id, MAX (AVG (cost)) FROM products GROUP BY prod_id:
C.Select prod_id, release_date, SUM(cost) FROM products GROUP BY prod_id
D.SELECT prod_id, release_date, SUM(cost) FROM products GROUP BY prod_id, release_date
answer :D
Columns that do not appear in the grouping function must appear in group by clause
4.You currently have an active transaction in your session and have been granted select access to V$TRANSACTION

In which three situations will re-executing this query still return a row but with a different XID indicating a new transaction has started?
A.after successfully executing a TRUNCATE statement followed by a DML statement
B.after successfully executing a CREATE TABLE AS Select statement followed by a SELECT FOR UPDATE statement
C.after successfully executing a CREATE TABLE statement followed by a CREATE INDEX statement
D.after successfully executing a commit or ROLLBACK followed by a DML statement
E.after successfully executing a DML statement following a failed DML statement
F. after successfully executing a commit or ROLLBACK followed by a Select statement
answer :ABD
F This business will end , But it will not start a new transaction .
Followed by Meaning and followed contrary
5.Which two statements are true about the PMON background process?
A.It rolls back transactions when a process fails
B.It registers database services with all local and remote listeners known to the database instance
C.It frees unused temporary segments
D.It frees resources held by abnormally terminated processes
E.It records checkpoint information in the control file
answer :AD
Register database service to monitor , Polling every 60 second (12c After that, the work was carried out by LRRG Process responsible )
6.Examine the description of the BOOKS_TRANSACTIONS table:
Which two WHERE conditions give the same result?
A.WHERE borrowed_date= SYSDATE AND (transaction_ type =‘RM’ AND (member_id=‘A101’ OR member_id =‘A102’ ))
B.WHERE borrowed_date= SYSDATE AND (transaction type=‘RM’ OR member_id IN (‘A101’, ‘A102’))
C.WHERE borrowed_date= SYSDATE AND (transaction type =‘RM’ AND member_id ‘A101’ OR member id =‘A102’)
D.WHERE borrowed_date= SYSDATE AND transaction type =‘RM’ OR member id IN
(‘A101’, ‘A102’)
E.WHERE (borrowed date= SYSDATE AND transaction type =‘RM’) OR member id IN A101’,'A1021)
answer :DE
need OCP Please add the exam materials I created qq Group
边栏推荐
- Random distribution learning notes
- Redis advanced
- 内存管理-动态分区分配方式模拟
- Prefix infix suffix expression (written conversion)
- 六、品达通用权限系统__pd-tools-log
- 23.8 using the applicationrunner or commandlinerunner to implement applicationrunner and commandlinerunner
- Summary of common skills
- Apple's tough new rule: third-party payment also requires a percentage, and developers lose a lot!
- Daily Note (11) -- word formula input arbitrary matrix
- 基于C语言的哈夫曼转化软件
猜你喜欢

Daily Note (11) -- word formula input arbitrary matrix

Kotlin program control

On some concepts involved in journal papers compilation + journal query methods

Leetcode and query question summary

Vscode utility shortcut

Mysql/mariadb (Galera multi master mode) cluster construction

【EndNote】文献模板编排语法详解

I am 35 years old.

2022-7-9 personal qualifying 6 competition experience

Mycat2 deploy master-slave MariaDB
随机推荐
matplotlib学习笔记
请问现在flinkcdc支持sqlserver实例名方式连接吗?
22-07-14 personal training match 2 competition experience
随机分布学习笔记
基于C语言设计的换乘指南打印系统
NLP (natural language processing) natural language processing learning
关于期刊论文所涉及的一些概念汇编+期刊查询方法
CV learning notes (optical flow)
Common Oracle functions
2022/7/18 exam summary
awk作业
Please tell me if there is any way to increase the write out rate when the Flink SQL client is in the sink table. When synchronizing through sink table
利用模m的原根存在性判断以及求解
Data validation typeerror: qiao Validate is not a function
Problems caused by slivereappbar
A summary of practical websites that won't brighten people's eyes
2022-024arts: Longest valid bracket
Spark persistence strategy_ Cache optimization
import error: ‘Icon‘ is not exported from ‘antd‘. Import icon error
【EndNote】文献类型与文献类型缩写汇编