Computing values in the SELECT list

The expressions in the select list can be more complicated than just column names or strings. For example, you can perform computations with data from numeric columns in a select list.

 Arithmetic operations
 String operations
 Date and time operations
 Additional notes on calculated columns