READ Free Dumps For Oracle- 1z0-144
Question ID 2714 | View the Exhibit and examine the code: |
Option A | A. It gives an error in line 6. |
Option B | B. It gives an error in line 8. |
Option C | C. It gives an error in line 5. |
Option D | D. It executes successfully, but displays a warning about the unreachable code when used for the PROC1 procedure. |
Option E | E. It executes successfully, but a warning about the unreachable code is not displayed when used for the PROC1 procedure. |
Correct Answer | D |
Question ID 2715 | You create a procedure to handle the processing of bank current accounts which rolls back payment transactions if the overdraft limit is exceeded. |
Option A | A. The SQLERRM function |
Option B | B. The PRAGMA EXCEPTION_INIT function |
Option C | C. The RAISE APPLICATION _ERROR procedure |
Option D | D. A user-defined exception used with a raise statement |
Correct Answer | B |