当前位置:网站首页>Oracle 19C OCP 1z0-082 certification examination question bank (51-60)
Oracle 19C OCP 1z0-082 certification examination question bank (51-60)
2022-07-26 08:35:00 【YaoYuan ace】
51.View the Exhibit and examine the description of the tables You execute this SQL statement
Which three statements are true?
A.The sales table has five foreign keys
B.The statement will execute successfully and a new row will be inserted into the SALES table
C.A product can have a different unit price at different times
D.A customer can exist in many countries.
E.The statement will fail if a row already exists in the SALES table for product 23
F. The statement will fail because a subquery may not be contained in a VALUES clause
answer : ABD
52.View the Exhibits and examine the structure of the costs and PROMOTIONS tables
You want to display prod_ids whose promotion cost is less than the highest cost prod_id in a promotion time interval
Examine this SQL statement
What will be the result?
A.It executes successfully and gives the required result.
B.It gives an error because the GROUP BY clause is not valid
C.It executes successfully but does not give the required result
D.It gives an error because the ALL keyword is not valid
answer : C
Prom_end_date-promo_begin_date There is no guarantee that the product will be promoted at the same time .
53.You must create a tablespace of non-standard block size in a new file system and plan to use this command
The standard block size is 8k but other non-standard block sizes will also be used
Which two are requirements for this command to succeed?
A.DB_32K_CACHE_SIZE must be set to a value that can be accommodated in the SGA
B.DB_32K_CACHE_SIZE should be set to a value greater than DB_CACHE_SIZE
C.DB_32K_CACHE_SIZE must be less than DB_CACHE_SIZE
D.The operating system must use a 32k block size
E.DB_CACHE_SIZE must be set to a size that is smaller than DB_32K_CACHE_SIZE
F. The /u02 file system must have at least 100g space for the datafile
answer : AF
54.Which two statements are true about single row functions?
A.FLOOR: retums the smallest integer greater than or equal to a specified number
B.CEIL: can be used for positive and negative numbers
C.CONCAT: can be used to combine any number of values
D.TRUNC: can be used only with NUMBER data types
E.MOD: returns the remainder of a division operation
answer : BE
trunc Can be used for dates
55.Examine the description of the PRODUCR STATUS table
The STATUS column contains the values ‘in stock’ or ‘OUT OF STOCK’ for each row
Which two queries will execute successfully?
A.SELECT prod_id || q ’ (‘s not available.’ from product status WHERE status = ‘OUT OF STOCK’
B.SELECT prod_id || q ’ (‘s not available.’ “CURRENT AVAILABILITY"FROM product status WHERE status = 'OUT OF STOCK ’
C.SELECT prod_id “CURRENT AVAILABILITY” || q ’ ('s not availablE.'from product status WHERE status = ‘OUT OF STOCK’
D.SELECT prod_id || q(‘s not availablE.’ 'current AVAILABILITY ’ FROM product status WHERE status = ‘OUT OF STOCK’
E.SELECT prod_id q 's not available” FROM product status WHERE status =“OUT OF STOCK”
F.SELECT prod_id || q" 's not available" FROM product_status WHERE status = ‘OUT OF STOCK’
answer : AB ???
56.Which two statements are true about Enterprise Manager(EM)Express?
A.By default, EM Express is available for a database after database creation using DBCA
B.You can shut down a database instance using EM Express.
C.EM Express uses a separate repository database to store target database metadata
D. You cannot start up a database instance using EM Express
E.You can use a single instance of EM Express to manage multiple databases running on the same server
answer : AD
EM Express A simplified version of em, As long as the port number is set with the stored procedure, you can access .
57.In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1.
The TNSNAMES.ORA file in $ORACLE HOME/network/admin in the database home contains: LISTENER_1 =
(ADDRESS= (PROTOCOL= TCP)
(HOST =host1 abc. com) (PORT=1521)
)
Which statement is true?
A.There are two listeners named LISTENER and LISTENER_1 running simultaneously using port 1521on the same host as the database instances
B.The definition for LISTENER_1 requires a CONNECT_DATA section to enable dynamic service registration
C. LISTENER_1 must also be defined in the LISTENER. ORA file to enable dynamic service registration
D.The LREG process registers services dynamically with the LISTENER_1 listener E.Dynamic service registration cannot be used for this database instance
answer : A
local_listener You need to add the definition to the server side tnsnames.ora in
58.Which two statements are true about UNDO and REDO?
A.The generation of UNDO generates REDO.
B.DML, modifies Oracle database objects and generates UNDO and REDO
C.DML modifies Oracle database objects and only generates UNDO.
D.The generation of REDO generates UNDO.
E.DML modifies Oracle database objects and only generates REDO
answer : AB
59.Examine the description of the CUSTOMERS table:
You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit is below 1000
Examine this partial query
SELECT cust_last_name, cust_credit_limit FROM customers
Which two WHERE conditions give the required result?
A.WHERE(INITCAP(cust_last_name) LIKE ‘A%’ OR INITCAP(cust_last_name) LIKE ‘B%’) AND cust_credit_limit < 1000
B.WHERE UPPER(cust_1ast_name IN (‘A%’, ‘B%’ ) AND cust_credit_limit < 1000
C.WHERE (UPPER(cust_last_name LIKE INITCAP(‘A’) OR UPPER(cust -Last-namE.LIKE INITCAP(‘B’))
AND ROUND(cust_credit_limit)< ROUND(1000);
D.WHERE( UPPER(cust_1ast_namE.LIKE 'A% OR UPPER(Cust_1ast_namE.LINK ‘B%’
AND ROUND(cust_credit_limit)< 1000
E.WHERE UPPER(cust_last_name) BETWEEN UPPER (‘A%’ AND ‘B%’ )
AND ROUND(cust_credit_limit)< 1000
answer : AD
60.Which two statements are true about the tools used to configure Oracle Net Services?
A.The lsnrctrl utility requires a listener. ora file to exist before it is started
B.The Oracle Net Configuration Assistant is only used when running the Oracle installer. C.Enterprise Manager Cloud Control can be used to centrally configure net service names for any database server target.
D.Oracle Net Manager can be used to centrally configure listeners on any database server target. E.Oracle Net Manager can be used to locally configure naming methods on a database server.
answer : C E
need OCP Please add the exam materials I created qq Group
边栏推荐
- 第四天作业
- Nodejs2day (modularization of nodejs, NPM download package, module loading mechanism)
- import error: ‘Icon‘ is not exported from ‘antd‘. Import icon error
- Flutter text is left aligned with no blank space in the middle
- Spark SQL common date functions
- 22-07-12 personal training match 1 competition experience
- 基于C语言的哈夫曼转化软件
- Data validation typeerror: qiao Validate is not a function
- Redis进阶
- 日常一记(11)--word公式输入任意矩阵
猜你喜欢
基于C语言的哈夫曼转化软件
Mysql8 dual master and dual slave +mycat2 read / write separation
Write common API tools swagger and redoc
How to safely delete a useless activity in Android studio
QT note 2
关于期刊论文所涉及的一些概念汇编+期刊查询方法
QT note 1
MySQL 8.0 OCP (1z0-908) has a Chinese exam
1、 Redis data structure
Uninstallation of dual systems
随机推荐
2022年收益率最高的理财产品是哪个?
Date and time function of MySQL function summary
[GUI] swing package (window, pop-up window, label, panel, button, list, text box)
Seq2seq and attention model learning notes
Redis advanced
各位老师,请问在flinkcdc中,sqlserver如何获取到ddl?
Flutter upgrade 2.10
请问现在flinkcdc支持sqlserver实例名方式连接吗?
【EndNote】文献模板编排语法详解
Xtrabackup appears' flush no '_ WRITE_ TO_ BINLOG TABLES‘: 1205 (HY000) Lock wait timeout exceeded;
内存管理-动态分区分配方式模拟
Two ways to monitor the change of user points
Dear teachers, how can sqlserver get DDL in flinkcdc?
Run file command
Basic configuration of BGP
基于C语言设计的换乘指南打印系统
Excel find duplicate lines
Inaccurate problem of flutter fijkplayer seekto
【C语言】程序员筑基功法——《函数栈帧的创建与销毁》
Flutter custom player progress bar