SQL Fundamentals — Hard
Key points
- The CTE starts with 1 and adds 1 to each subsequent row
- The recursion stops when the condition n < 5 is no longer met
- The final result includes rows 1, 2, 3, 4, and 5
Ready to go further?
Related questions
SQL Fundamentals — Hard
Key points
Ready to go further?
Related questions