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

Well done! Let's tuckle the last modification now.

Exercise

Show only the path from the boss to the employee with id = 10.

Stuck? Here's a hint!

You can leave the recursive CTE as it is and just select the proper information in the external query.