This document introduces common table expressions (CTE) in T-SQL. It provides guidelines for creating and using both regular and recursive CTEs, including syntax, allowed/disallowed clauses, and handling of remote tables and cursors. Examples are also provided of a simple CTE, multiple CTE definitions, and a recursive CTE to display multiple recursion levels.