SQL - Common Table Expressions (CTEs)
You need to generate a full path string for each employee in a hierarchy stored in
Employees(id, name, manager_id). Which recursive CTE approach is best suited for this?