Oracle
1Z0-071 · Question #134
View the exhibit and examine the data in the PROJ_TASK_DETAILS table. (Choose the best answer.) The PROJ_TASK_DETAILS table stores information about project tasks and the relation between them. The…
The correct answer is D. SELECT p.task_id, p.based_on, d.task_in_charge. See the full explanation below for the reasoning.
Question
View the exhibit and examine the data in the PROJ_TASK_DETAILS table. (Choose the best answer.) The PROJ_TASK_DETAILS table stores information about project tasks and the relation between them. The BASED_ON column indicates dependencies between tasks. Some tasks do not depend on the completion of other tasks. You must generate a report listing all task IDs, the task ID of any task upon which it depends and the name of the employee in charge of the task upon which it depends. 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
How the community answered
(46 responses)- A15% (7)
- B2% (1)
- C7% (3)
- D76% (35)
Community Discussion
No community discussion yet for this question.
