Subject | English | French |
comp., MS | computed column | colonne calculée (A virtual column in a table whose value is computed at run time) |
comp., MS | persisted computed column | colonne calculée persistante (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) |