Oracle
1Z0-146 · Question #76
View Exhibit1 and examine the structure of the EMPLOYEES table. View Exhibit2 and examine the code in the PL/SQL block. The PL/SQL block fails to execute. What could be the reason?
The correct answer is E. LAST_NAME values cannot be assigned to the V_LAST_NAMES nested table because local collection. See the full explanation below for the reasoning.
Question
View Exhibit1 and examine the structure of the EMPLOYEES table. View Exhibit2 and examine the code in the PL/SQL block. The PL/SQL block fails to execute. What could be the reason?
Exhibits
Options
- ANested tables cannot be returned by a function.
- BThe NEWNAMES nested table has not been initialized.
- CThe assignment operator cannot be used to transfer all the element values from GROUP1 to GROUP2.
- DThe third element of OLDNAMES cannot be assigned to the third element of GROUP1 because they
- ELAST_NAME values cannot be assigned to the V_LAST_NAMES nested table because local collection
How the community answered
(59 responses)- A3% (2)
- B12% (7)
- C5% (3)
- D2% (1)
- E78% (46)
Community Discussion
No community discussion yet for this question.

