Problem: Starting from the HR department head (dept_id = 1, manager_id is NULL), list all employees in that reporting chain (head + all direct/indirect reports).
Exercise Index: https://github.com/santoshkhatri9860/advanced-sql-practice-mysql/blob/main/exercises/README.md Quickstart (setup + smoke test): https://github.com ...