当前位置:网站首页>Oracle 19C OCP 1z0-082 certification examination question bank (7-12)
Oracle 19C OCP 1z0-082 certification examination question bank (7-12)
2022-07-26 08:35:00 【YaoYuan ace】
7.Which three statements are true?
A.The second ROLLBACK command restores the row that was inserted
B.The first ROLLBACK command leaves the inserted row locked
C.The second ROLLBACK command restores the 100 rows that were in the table originally
D.The second ROLLBACK command rolls back the ROLLBACK TO SAVEPOINT a command E.The first ROLLBACK command leaves the table’s 100 original rows locked
F.The first ROLLBACK command restores the 100 rows that were in the table originally
answer :AEF
8.Which is the default column or columns for sorting output from compound queries using SET operators such as INTERSECT in a SQL statement?
A.the first NUMBER or VARCHAR2 column in the last select of the compound query B.the first NUMBER column in the first select of the compound query
C.the first vARCHAR2 column in the first select of the compound query
D.the first column in the first select of the compound query
E.the first column in the last selects of the compound query
answer :D
9.Examine the description of the MEMBERs table:
You want to display all cities that contain the string AN. The cities must be returned in ascending order with the last names further sorted in descending order.
Which two clauses must you add to the query?
A.ORDER BY 1, LAST_NAME DESC
B.ORDER BY1, 2
C.WHERE city IN (‘%AN%’)
D.WHERE city= ‘%AN%’
E.WHERE city LIKE ‘%AN%’
F.ORDER BY last name DESC, city ASC
answer :AE
10.You want to apply the principle of Least Privilege in all your live databases.
One of your requirements is to revoke unnecessary privileges from all users who have them using Privilege Analysis.
Which two are types of analyses that can be done using the DBMS_PRIVILEGE_CAPTURE package?
A.analysis of privileges that a user has on other schema’s objects
B.analysis of privileges that a user has on their own schema objects
C.analysis of privileges granted indirectly to a role that are then used by a user who has been granted that role
D.analysis of privileges granted directly to a role that are then used by a user who has been granted that role
E.analysis of all privileges used by the sys user
answer :AC
Indirectly give a role It's about putting one role Give another role
See : https://docs.oracle.com/database/121/ARPLS/d_priv_prof.htm#ARPLS74330
11.Which two statements are true about undo segments and the use of undo by transactions in an Oracle
database instance
A.A single transaction may use multiple undo segments simultaneously.
B.Undo segments can be stored in the SYSAUX tablespace
C.Undo segments can extend when a transaction fills the last extent of the undo segment
D.Undo segments can wrap around to the first extent when a transaction fills the last extend of the undo segment
E.Undo segments can be stored in the SYSTEM tablespace
answer :DE
12.In the PROMOTIONs table, the PROMO BEGIN DATE column is of data type DATE and the default date format is DD-MON-RR
Which two statements are true about expressions using PROMO_BEGIN_DATE contained in a query?
A.PROMO_BEGIN_DATE- SYSDATE will return a number
B.TO_DATE(PROMO_BEGIN_DATE * 5) will return a date
C.TO_NUMBER(PROMO_BEGIN_DATE - 5) will return a number
D.PROMO_BEGIN_DATE- SYSDATE will return an error
E.PROMO_BEGIN_DATE- 5 will return a date
answer :AE
need OCP Please add the exam materials I created qq Group
边栏推荐
- Add in the registry right click to open in vscode
- Sub Chocolate & paint area
- Oracle 19C OCP certification examination software list
- Mysql database connection / query index and other common syntax
- 【时间复杂度空间复杂度】
- JS工具函数大全
- The second lesson is the construction of development environment
- 各位老师,请问在flinkcdc中,sqlserver如何获取到ddl?
- The data read by Flink Oracle CDC is always null. Do you know
- 基于Raft共识协议的KV数据库
猜你喜欢

Leetcode and query question summary

Sub Chocolate & paint area

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

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

CV learning notes (optical flow)

日常一记(11)--word公式输入任意矩阵

Kotlin operator

Mycat2 deploy master-slave MariaDB

Bee guitar score high octave and low octave

Nodejs2day (modularization of nodejs, NPM download package, module loading mechanism)
随机推荐
第三天作业
Summary of common skills
Dear teachers, how can sqlserver get DDL in flinkcdc?
2022-024arts: Longest valid bracket
Flutter compilation fails
Basic configuration of BGP
正则表达式作业
Regular expression job
Alphabetic string
Spark persistence strategy_ Cache optimization
If Yi Lijing spits about programmers
JS工具函数大全
Day 3 homework
Flitter imitates wechat long press pop-up copy recall paste collection and other custom customization
flink oracle cdc 读取数据一直为null,有大佬知道么
Condition judgment function of MySQL function summary
Leetcode and query question summary
Flutter upgrade 2.10
Fluent uses protobuf
Kotlin中room数据库的使用