Oracle
1Z0-419 · Question #57
You create a view object CustomersVO based on an entity object CustomerEO. How would you declaratively change the result set returned from the view object:
The correct answer is C. Change the CustomersVO query mode to "Expert" and define the query using the ORDER BY. See the full explanation below for the reasoning.
Question
You create a view object CustomersVO based on an entity object CustomerEO. How would you declaratively change the result set returned from the view object:
Options
- AAdd ORDER BY CustomerName to the query in CustomersVO.
- BAdd ORDER BY CustomerName to the query in CustomerEO.
- CChange the CustomersVO query mode to "Expert" and define the query using the ORDER BY
- DRe-order the attributes in the CustomersVO editor such that the CustomerName attribute is listed
- ECreate a view criteria on CustomersVO to order by the CustomerName attribute.
How the community answered
(44 responses)- A5% (2)
- C84% (37)
- D2% (1)
- E9% (4)
Community Discussion
No community discussion yet for this question.