Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
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 you see will show each employee with their path to the boss. Run the query to see the results. For now, don't worry about the details.