Oracle
1Z0-419 · Question #12
1Z0-419 Question #12: Real Exam Question with Answer & Explanation
The correct answer is A. Add a transient attribute to EmployeesVO and set its value to select DepartmentName from. See the full explanation below for the reasoning.
Question
The EmployeesVO view object is based on the Employees table and includes a Deptld attribute. However, Deptld is not really meaningful to the end user and so, for each employee returned by EmployeesVO. you need to show the correct DepartmentName, which comes from the Departments table and is referenced by the EmployeesVO Deptld attribute. How can you achieve this behavior by using the declarative features of ADF Business Components? (Choose the best answer.)
Options
- AAdd a transient attribute to EmployeesVO and set its value to select DepartmentName from
- BCreate a database view to join the Departments and Employees tables and base the view object
- CDefine that EmployeesVO is also based on the Departments entity object. Then select "Add
- DFor the EmployeesVO view object, select the query and add WHERE Employees
- EAdd a transient attribute called DepartmentName in the view object and, in the ViewRowlmpI
Community Discussion
No community discussion yet for this question.