You can add columns that are included in the data source to a DataWindow object.
When you create a DataWindow object, each column in the data source is automatically placed in it. Typically, you would add a column to restore one that you had deleted from the DataWindow object, or to show the column more than once in the DataWindow object.
Suppose d_first and d_second both have first_name and last_name columns, but first_name is in column 1 in d_first and column 2 in d_second. If you delete the first_name column in d_second and paste column 1 from d_first in its place, both columns in d_second display the last_name column in the Preview view, because both columns now have a column ID of 1.