What is scope in batch apex?

What is scope in batch apex? Scope parameter specifies the number of records to pass into the execute method. Use this parameter when you have many operations for each record being passed in and are running into governor limits. By limiting the number of records, you are limiting the operations per transaction. How does batch … Continue reading What is scope in batch apex?