Oracle
1Z0-061 · Question #301
1Z0-061 Question #301: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-061 to reveal the answer and full explanation for question #301. The question stem and answer options stay visible for context.
Question
View the Exhibit and examine the data in the PROJ_TASK_DETAILS table. The PROJ_TASK_DETAILS table stores information about tasks involved in a project and the relation between them. The BASED_ON column indicates dependencies between tasks. Some tasks do not depend on the completion of any other tasks. You need to generate a report showing all task IDs, the corresponding task ID they are dependent on, and the name of the employee in charge of the task it depends on. Which query would give the required result?
Exhibit
Options
- ASELECT p.task_id, p.based_on, d.task_in_charge
- BSELECT p.task_id, p.based_on, d.task_in_charge
- CSELECT p.task_id, p.based_on, d.task_in_charge
- DSELECT p.task_id, p.based_on, d.task_in_charge
Unlock 1Z0-061 to see the answer
You've previewed enough free 1Z0-061 questions. Unlock 1Z0-061 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.
