Oracle
1Z0-144 · Question #98
1Z0-144 Question #98: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-144 to reveal the answer and full explanation for question #98. The question stem and answer options stay visible for context.
Question
Examine the following snippet of PL/SQL code: View the exhibit for table description of EMPLOYEES table. The EMPLOYEES table has 200 rows. Identify open statement for opening the cursor that fetches the result as consisting of employees with JOB_ID as `ST_CLERK' and salary greater than 3000.
Exhibits
Options
- AOPEN c1 (NULL, 3000);
- BOPEN c1 (emp_job, 3000);
- COPEN c1 (3000, emp_salary);
- DOPEN c1 (`ST_CLERK', 3000)
- EOPEN c1 (EMP_job, emp_salary);
Unlock 1Z0-144 to see the answer
You've previewed enough free 1Z0-144 questions. Unlock 1Z0-144 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.

