List of questions
Related questions
Question 73 - Certified Platform Developer II discussion
A developer must create a custom pagination solution for accessing approximately 2000 records and displaying 50 records on each page. Data from Salesforce will be accessed via an API and not via Apex.
How can the developer meet these requirements? (Choose two.)
A.
Use a StandardSetController
B.
Use CURSOR 50 in SOQL queries
C.
Use OFFSET in SOQL queries
D.
Use LIMIT 50 in SOQL queries
Your answer:
0 comments
Sorted by
Leave a comment first