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

Instruction

Great job! With this kind of looping query, it's important to always have a termination check that will end the query at some point. Let's see what happens if we forget about that.

Exercise

Look at the template. It's essentially the first example query from the previous section, but we removed the termination check. Try to run the query and find out for yourself what happens when the recursion never stops.

Click I'm done. Next exercise when you finish.