1z1-148 무료 덤프문제 온라인 액세스
시험코드: | 1z1-148 |
시험이름: | Oracle Database: Advanced PL/SQL |
인증사: | Oracle |
무료 덤프 문항수: | 108 |
업로드 날짜: | 2025-08-29 |
Which must be true in order to add RESULT_CACHE to a function header and have it compile successfully?
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?