Concept Flow - Recursive CTE for series generation
Start with anchor query
Recursive query references CTE
Add next row to series
Check termination condition
Stop
Final result set
The recursive CTE starts with a base row, then repeatedly adds rows by calling itself until a stop condition is met, producing a series.