As we're iterating through a collection, there are a number of cases where we want to make updates to the input data. When these data sets are in the thousands of rows, it's typically better on memory usage to use the same Collection in the input and...