Oracle Planning and Budgeting Cloud Service 2016 Implementation Specialist — Question 9
Which two statements describe the characteristics of a view object?
Answer options
- A. It represents a row in the specified database table.
- B. It represents an association between two entity objects.
- C. It encapsulates a SQL query and simplifies working with data from a database.
- D. It allows data to be ordered based on an ORDER clause.
- E. It must include every attribute defined in an underlying entity object.
Correct answer: D
Explanation
The correct answer, D, is valid because a view object indeed allows for data ordering through an ORDER clause. Options A, B, and C describe other aspects of data representation and querying that do not specifically pertain to the unique characteristics of a view object, while E is incorrect as a view object does not need to contain all attributes of the underlying entity object.