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 CTEs
Processing graphs with recursive CTEs
Summary

Instruction

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

Exercise

The template query 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.