nerdexam
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

1Z0-146 question #76 exhibit 1
1Z0-146 question #76 exhibit 2

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)
  • A
    3% (2)
  • B
    12% (7)
  • C
    5% (3)
  • D
    2% (1)
  • E
    78% (46)

Community Discussion

No community discussion yet for this question.

Full 1Z0-146 Practice