READ Free Dumps For Oracle- 1z0-144
Question ID 2686 | You want to store values of different data types in a PL/SQL block and store one record at a time for processing the information. |
Option A | A. VARRAYS |
Option B | B. Nested table |
Option C | C. PL/SQL records |
Option D | D. Associative arrays |
Correct Answer | C |
Question ID 2687 | Which type of exceptions is qualified as no predefined Oracle server errors? |
Option A | A. the exceptions that are explicitly raised by the program and can be caught by the exception handler |
Option B | B. the exceptions that are raised implicitly by the Oracle server and can be caught by the exception handler |
Option C | C. an exception that the developer determines as abnormal, are in the declarative section and raised explicitly |
Option D | D. an exception that is raised automatically when the PL/SQL program violates a database rule or exceeds a system-dependent limit |
Correct Answer | C |