Trigger.old returns a list of the old versions of the sObject records. Note that this sObject list is only available in update and delete triggers(before update and before delete).
Returns a list of the old versions of the sObject records. Note that this sObject list is only available in update and delete triggers.
We normally use it when we :
Need to check if any field is update in the DML Activity then do another update, like if account name gets changed then update related opportunity name