Subject | English | Korean |
comp., MS | computed column | 계산 열 (A virtual column in a table whose value is computed at run time) |
comp., MS | persisted computed column | 지속형 계산 열 (A computed column of a table that is physically stored, and whose values are updated when any other columns that are part of its computation change. Applying the persisted property to a computed column allows for indexes to be created on it when the column is deterministic, but not precise) |