1z1-148 試験問題を無料オンラインアクセス

試験コード:1z1-148
試験名称:Oracle Database: Advanced PL/SQL
認定資格:Oracle
無料問題数:108
更新日:2025-09-21
評価
100%

問題 1


Which two statements are correct about the collections before v3. DELETE is executed?

問題 2

Examine this PL/SQL block:

If PLSQL_CCFLAGS is set to:
'flag1:TRUE, flag2:2, flag3:NULL'
What is the result of submitting this PL/SQL block for execution with SERVEROUTPUT enabled?

問題 3

Examine this code executed as SYS:

Examine this code executed as SPIDER and the error message received upon execution:

What is the reason for this error?

問題 4

Your company's executive team voted to give a one-time special bonus, the amount of which is to be based on number of years of service. The bonus table will be updated using a procedure called update_bonus().
Examine this PL/SQL block which shows the logic to calculate the bonus:

Consider these possible optimization actions:
1.Remove the service_days calculation statement.
2.Move bonus1 and bonus2 initializations out of the loop.
3.Inline the update_bonus() subprogram.
4.Call update_bonus(), passing the literal bonus amount instead of the bonus1 or bonus2 variables.
Which set of optimizations will be performed if this block is compiled with PLSQL_OPTIMIZE_LEVEL = 2?

問題 5

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?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。