A. Execute a batch Apex class to update all contacts
Use anonymous Apex to temporarily execute code that is not stored in your organization. When a large amount of data needs to be updated at one time, such as all contacts, batch Apex can be used to handle large amounts of data operations. Anonymous Apex can trigger batch processing immediately, which is useful for large and irregular updates.
C. Remove 15,000 inactive accounts in one transaction after deployment
Anonymous Apex is ideal for large-scale data manipulation in special situations, such as deleting a large number of accounts. The anonymous Apex execution method allows developers to perform these operations in a single transaction, ensuring that data changes are completed in one go.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Ke_James0302
1 month, 1 week agoKe_James0302
1 month, 1 week ago