READ Free Dumps For Oracle- 1z0-146
Question ID 2767 | You created a procedure as follows: |
Option A | A. It produces an error when invoked. |
Option B | B. It can be invoked only from a PL/SQL block. |
Option C | C. It reduces the chances of SQL injection by using bind arguments. |
Option D | D. The values for bind arguments remain persistent in the session after the execution of the procedure. |
Correct Answer | C |
Question ID 2768 | View Exhibit1 and examine the structure of the EMPLOYEES table. |
Option A | A. Nested tables cannot be returned by a function. |
Option B | B. The NEWNAMES nested table has not been initialized. |
Option C | C. The assignment operator cannot be used to transfer all the element values from GROUP1 to GROUP2. |
Option D | D. The third element of OLDNAMES cannot be assigned to the third element of GROUP1 because they are of inconsistent data types. |
Option E | E. LAST_NAME values cannot be assigned to the V_LAST_NAMES nested table because local collection types are not allowed in SQL statements. |
Correct Answer | E |