Retrieving extensive amounts of data in Apex.
I am looking for a solution where i have a scenario to query large volume data and do an update on them. Is there a way i can do, query once and then querymore on that object instead of getting all the data at once and over-boarding the system. Please let me know, is there …