Type of Added Column
|
Result
|
---|---|
A class column that
is not in the target table
|
All pre-existing rows
show a missing value for that new class column. (See the following
discussion about the special impact on aging columns.)
|
An ID column that is
not in the target table
|
All pre-existing rows
show a missing value for that new ID column, even though the input
record has missing values. This condition persists until a new input
observation that has a nonmissing value for the same class combination
as an existing row is read.
|
A new statistic that
is derived directly from one or more input table columns
|
All pre-existing rows
show a missing value for that new base statistic, even though the
input record has missing values. This condition persists until a new
input observation that has a nonmissing value for the same class combination
as an existing row is read.
|
A new percentile
|
Pre-existing rows might
have a nonmissing value under either of these conditions:
|
A new statistic that
is derived from other statistics, or a new computed column that is
derived from other columns
|
Pre-existing rows might
have a nonmissing value for the new column if all of the other columns
that the calculation depends on are nonmissing. Otherwise, the pre-existing
rows show a missing value for that new statistic.
|
A new join column
|
The values depend entirely
on the values as they are calculated for the table from which the
join column is derived.
|