I have tired using temp tables during data cleanup process. First load some ids to temp table and use the temp table in exists clause to filter out data to be deleted I realize that this process might ...