SQL Expressions
Expressions can be used in the select list and WHERE clause of SELECT statements. An expression used in a select list is called a value expression. An expression used in a WHERE clause is called a predicate.
This section contains information that is common between both types of expressions. For specific information about value expressions, see Value Expression. For specific information about predicates, see The WHERE Clause.