Content deleted Content added
Mx. Granger (talk | contribs) removing undefined reference |
Fjerdingen (talk | contribs) →Inline view: derived table is the ANSI/ISO SQL standard term (Feature F591, Derived tables). Inline view is a vendor specific term. |
||
Line 128:
Since 1999 the SQL standard allows named subqueries called [[common table expression]]s (named and designed after the IBM DB2 version 2 implementation; Oracle calls these [[subquery factoring]]). CTEs can also be [[recursive]] by referring to themselves; [[Hierarchical and recursive queries in SQL|the resulting mechanism]] allows tree or graph traversals (when represented as relations), and more generally [[fixpoint]] computations.
===
In the following example, the SQL statement involves a join from the initial Books table to the
<syntaxhighlight lang="sql">
|