Your Customer wants to fetch specific contact details using an ROQL query. Their requirements are:
1. Fetch Contact ID, Contact First name, and Contact Last name details.
2. Contact first name should start with ''A''.
3. Query should run against the report database.
4. All contacts must be sorted in ascending order by Contact first name.
Which query will meet all the requirements?
Chaining is always used together with batching. A batch operation includes multiple target operations that each can take a homogeneous or heterogeneous list of business objects.
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/cccdg/batch-and-bulk-operations.html
Currently there are no comments in this discussion, be the first to comment!