What action should you take?

During the development of an ADF BC application, you have created an entity object,
CustomerEO, based on the CUSTOMERS table in the database. Further analysis of requirements
highlights two transient attributes that need to be added to the CustomersEO entity object.
This means that you will have a mismatch between the entity object and the underlying table.
What action should you take?

During the development of an ADF BC application, you have created an entity object,
CustomerEO, based on the CUSTOMERS table in the database. Further analysis of requirements
highlights two transient attributes that need to be added to the CustomersEO entity object.
This means that you will have a mismatch between the entity object and the underlying table.
What action should you take?

A.
Ask the DBA to add the new entity object attributes as columns in the CUSTOMFR table and
then run the Create Entity Object Wizard.

B.
Ask the DBA to add the new entity object attributes as columns in the CUSTOMERS table and
then synchronize the CustomersEO entity object and the CUSTOMERS table.

C.
None. The entity object can contain attributes that do not exist as columns in the table.

D.
Add the attributes to the entity object, and then synchronize the CustomersEO entity object and
the CUSTOMERS table.

Explanation:



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Yazan Mohammad

Yazan Mohammad

Definitely C.

allansantos

allansantos

C it is.