READ Free Dumps For Oracle- 1z0-144
Question ID 2676 | View Exhibit1 and examine the structure of the product table.
|
Option A | A. Because the procedure call in the trigger is not valid |
Option B | B. Because the condition specified in the when clause is not valid |
Option C | C. Because boththe procedure and trigger access the same table |
Option D | D. Because the WHEN clause cannot be used with a row-level trigger |
Option E | E. Because the column list specified with UPDATE in the trigger is not valid |
Correct Answer | B |
Question ID 2677 | Which two statements are true about the handling of internally defined or user-defined PL7SQL exceptions? (Choose two.) |
Option A | A. Add exception handlers whenever errors occur. |
Option B | B. An exception handler should commit the transaction. |
Option C | C. Handle named exceptions whenever possible instead of using when others in exception |
Option D | D. Instead of adding exception handlers to your PL/SQL block, check for errors at every point where they may occur. |
Correct Answer | C,D |