InterviewSolution
Saved Bookmarks
| 1. |
How Do You Create A View Object? |
|
Answer» View objects can be CREATED in the Business components package, can be BASED on ENTITY objects or an sql query. View objects based on sql query are READ only view objects. View objects can be created in the Business components package, can be based on entity objects or an sql query. View objects based on sql query are read only view objects. |
|