Oracle Database SQL 12c 1z0-071 Exam Practice Test 2
© examsiri.com
Question : 21 of 50
Marks:
+1,
-0
View the exhibit and examine the data in the PROJ_TASK_DETAILS table. (Choose the best answer.)
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 itdepends.
Which query would give the required result?
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 itdepends.
Which query would give the required result?
Go to Question: