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

Excellent! On to the last modification now.

Exercise

Show the Path from the boss to the employee with Id = 10. Do not show any other paths.

Stuck? Here's a hint!

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