What is recursive stored procedure?
Ask by Anonymous User
Updated 18 Sep 2020
The stored procedure which calls by itself until it reaches some boundary condition. It's recursive function or procedure helps programmers to use the same set of code any number of times.