Oracle
1Z0-146 · Question #145
1Z0-146 Question #145: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-146 to reveal the answer and full explanation for question #145. The question stem and answer options stay visible for context.
Question
Given this executable section of a PL/SQL block: BEGIN FOR employee_record IN salary_cursor LOOP employee_id_table(employee_id) := employee_record.last_name; END LOOP; CLOSE salary_cursor; END; Why does this section cause an error?
Options
- AThe cursor needs to be opened.
- BNo FETCH statements were issued.
- CTerminating conditions are missing.
- DThe cursor does not need to be closed.
Unlock 1Z0-146 to see the answer
You've previewed enough free 1Z0-146 questions. Unlock 1Z0-146 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.