Select from following answers:- Values from 1 to 10

- Values from 1 to 9
- Values from -1 to -10
- Values from -1 to -9
- All Above
This is a recursive common table expression. It will start the value of rn=1 and it in the recursive part it will keep on increment the value of rn each time to 1 till it satisfies the stopping condition. The output will be 1 to 10
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator