Writing Batch Jobs/Apex in Salesforce
> Batch Apex
When to use Batch Apex, think of Batch Job when data is huge, with a min of
10,000 to 1 million records, like updating records nightly manner, weekly or
Monthly batch job really helpful.
To use batch Apex, One must write an Apex class that implements