当前位置:网站首页>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
边栏推荐
- BGP routing principle
- Use of room database in kotlin
- 请问flink sql client 在sink表,有什么办法增大写出速率吗。通过sink表的同步时
- Mycat2 deploy master-slave MariaDB
- The second lesson is the construction of development environment
- 有限元学习知识点备案
- Status management bloc provider geTx
- 23.9 application exit application exit
- 日常一记(11)--word公式输入任意矩阵
- Vscode domestic image server acceleration
猜你喜欢

Shell programming

6、 Pinda general permission system__ pd-tools-log

Using the primitive root of module m to judge and solve

Spark persistence strategy_ Cache optimization

【时间复杂度空间复杂度】

KV database based on raft consensus protocol

Take out brother is the biggest support in this society

2022-7-8 personal qualifying 5 competition experience (supplementary)

22-07-14 personal training match 2 competition experience

2022-7-7 personal qualifying 4 competition experience
随机推荐
NLP (natural language processing) natural language processing learning
Error handling response: Error: Syntax error, unrecognized expression: .c-container /deep/ .c-contai
awk作业
On some concepts involved in journal papers compilation + journal query methods
【FreeSwitch开发实践】使用SIP客户端Yate连接FreeSwitch进行VoIP通话
Flutter compilation fails
flink oracle cdc 读取数据一直为null,有大佬知道么
各位老师,请问在flinkcdc中,sqlserver如何获取到ddl?
Flutter upgrade 2.10
mysql函数汇总之条件判断函数
请问现在flinkcdc支持sqlserver实例名方式连接吗?
Storage of drawings (refined version)
Seq2seq and attention model learning notes
The second lesson is the construction of development environment
Number of briquettes & Birthday Candles & building blocks
Nodejs2day(nodejs的模块化,npm下载包,模块加载机制)
Shell programming
Matplotlib learning notes
23.2 customizing the banner control display hidden banner modify banner
Write common API tools swagger and redoc