Salesforce Certified Platform Developer II — Question 263

What is the transaction limit for the number of records for SOQL queries?

Answer options

Correct answer: C

Explanation

The correct answer is C, 50,000, which is the maximum number of records that can be returned by a single SOQL query. The other options either underestimate or misrepresent the limit, as only 50,000 records can be retrieved at once in a transaction.