Recursive Queries

Walk hierarchies and graphs with recursive CTEs, with a termination condition and cycle protection so the query ends. Use when querying trees such as org charts, categories, threads, or dependency graphs.

Amey-Thakur fee9daa 2.0 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/sql/recursive-queries commit fee9daae73

Frequently asked questions

npx skillmds@latest add amey-thakur/recursive-queries