최신Oracle Database: Advanced PL/SQL - 1z0-148무료샘플문제
문제1
Examine this block of code used to calculate the price increase for all the productivity by 1% and then by 2%.

What will be the outcome on execution?
Examine this block of code used to calculate the price increase for all the productivity by 1% and then by 2%.

What will be the outcome on execution?
정답: B
문제2
Examine this code:

Examine this query:
SELECT ename, d.dname, job, sal, comm FROM emp e, dept d WHERE d.deptno = e.deptno; Which statement is correct regarding the execution of this SQL query?
Examine this code:

Examine this query:
SELECT ename, d.dname, job, sal, comm FROM emp e, dept d WHERE d.deptno = e.deptno; Which statement is correct regarding the execution of this SQL query?
정답: A
문제3
Examine this code:

The anonymous block fails with:
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at line 5
Which two are valid options to prevent this error from occurring?
Examine this code:

The anonymous block fails with:
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at line 5
Which two are valid options to prevent this error from occurring?
정답: A,C
문제4
You are logged on to the SCOTT schema and the schema has EMP and DEPT tables already created:
Examine this PL/SQL procedure:

Which PL/SQL block will raise an exception?
You are logged on to the SCOTT schema and the schema has EMP and DEPT tables already created:
Examine this PL/SQL procedure:

Which PL/SQL block will raise an exception?
정답: C
문제5
Which three statements are correct with reference to intra unit inlining?
Which three statements are correct with reference to intra unit inlining?
정답: A,C,F
문제6
Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?
Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;
EXEC test_pkg.do_stuff
What is the correct output?
정답: D
문제7
Examine the code:

Which two subprograms will be created successfully?
Examine the code:

Which two subprograms will be created successfully?
정답: A,B