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
35. Exercise 1

Instruction

Let's start with a mathematical question.

Exercise

Show the multiplications of 5 from 5 until you reach 100 (column Value). In the second column (named Sum), shows the sum of all multiplications so far.