DictionaryForumContacts

   English Russian +
Google | Forvo | +

recursive common table expression

stresses
d.b.. рекурсивное обобщённое табличное выражение (a feature in SQL that allow you to work with hierarchical or tree-like data structures, e.g., organizational charts, file directories, or parent-child relationships. It enables a query to reference itself, which is what makes recursion possible. Alex_Odeychuk)