Описание тега calculated-columns
A calculated column is calculated from an expression that can use other columns in the same table
A calculated column is calculated from an expression that can use other columns in the same table. The expression can be a noncomputed column name, constant, function, and any combination of these connected by one or more operators. The expression cannot be a subquery.