SQL

CTE

English

Overview

A common table expression usable within a query under a temporary name.

Details

Short for Common Table Expression. It defines a temporary, named result set with a WITH clause, and can also be used for recursive queries.

More Database terms