Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
The very basics
Infinite looping
Processing trees with recursive CTE
Processing graphs with recursive CTE
Summary

Instruction

Good job! Let's see how you can use a tree structure in a recursive query.

Exercise

The template query you see will show each employee with their path to the boss. Run the query and see the results. For now, don't worry about the details.