nerdexam
Oracle

1Z0-419 · Question #62

Which three statements are true about declarative features of view objects? (Choose three.)

The correct answer is A. You can use view object bind variables to parameterize a view object where clause with values C. To implement master-detail behavior between two view object instances, you define an E. A view object can include attnbutes whose values are based on SQL expressions rather than. A: Declarative view objects, those are view objects that don't actually specify a hard coded query. Instead ADF creates their query at runtime, and it does it based on the data that is requested in your UI layer. This can be a huge saver of both DB resources and network…

Database Performance Tuning Concepts

Question

Which three statements are true about declarative features of view objects? (Choose three.)

Options

  • AYou can use view object bind variables to parameterize a view object where clause with values
  • BBy default, a view object instance retrieves all database rows into the view object cache.
  • CTo implement master-detail behavior between two view object instances, you define an
  • Da view accessor defines a validation expression that you apply to a view object attribute.
  • EA view object can include attnbutes whose values are based on SQL expressions rather than
  • FA view object definition can include many view criteria but you can choose which view criteria to

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    4% (1)
  • D
    12% (3)
  • F
    4% (1)

Explanation

A: Declarative view objects, those are view objects that don't actually specify a hard coded query. Instead ADF creates their query at runtime, and it does it based on the data that is requested in your UI layer. This can be a huge saver of both DB resources and network resources. C: Just as with normal mode view objects, you can link view objects that you create in declarative SQL mode to other view objects to form master-detail hierarchies of any complexity. E: At runtime, when ADF Business Components works with JDBC to pass a query to the database and retrieve the result, the mechanism to retrieve the data is the SQL query. As an alternative to creating view objects that specify a SQL statement at design time, you can create entity-based view objects that contain no SQL statements. This capability of the ADF Business Components design time and runtime is known as declarative SQL mode. When the data model developer works with the wizard or editor for a view object in declarative SQL mode, they require no knowledge of SQL. In declarative SQL mode, the view object's metadata causes the ADF Business Components runtime to generate the SQL query statements

Topics

#view objects#bind variables#master-detail#view criteria

Community Discussion

No community discussion yet for this question.

Full 1Z0-419 Practice