How many queries salesforce can be performed
There is no individual query limit. 50, 000 rows will be returned in one context. Suppose you have 3 SOQL queries, which are getting executed in a single context/request, no more than total 50,000 rows should be returned by all 3 of them. The following error appears when you exceed the Execution Governors Limit (you … Read more