DictionaryForumContacts

Terms containing computed column | all forms | in specified order only
SubjectEnglishRussian
d.b..computed columnвычисляемый столбец (напр., столбец с длиной не более 450 символов определяется на языке T-SQL следующим образом: ALTER TABLE YourTableName ADD ShortColumnName AS LEFT(LongColumnName, 450) ssn)
SAP.fin.computed columnпроизводный столбец
comp., MScomputed columnвычисляемый столбец (A virtual column in a table whose value is computed at run time)
comp., MSpersisted 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)

Get short URL