What is recursive stored procedure?
1092
05-Jul-2019
Updated on 18-Sep-2020
Anonymous User
05-Jul-2019The 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.