Qus:    What is the purpose of recursive stored procedure?
Dec 04, 2020 16:21 DotNet 2 Answers Views: 1531 DIVYA

Recursive stored procedure refers to a stored procedure which calls by itself until it reaches some condition. The purpose of using it is to help the programmers to use the same set of code n number of times.

Prev Next
Answers (2)
PARTH Dec 05, 2020 10:23
Answer:   Recursive stored procedure refers to a stored procedure which calls by itself until it reaches some condition. The purpose of using it is to help the programmers to use the same set of code n number of times.

PADMAKEECHU Dec 05, 2020 14:46
Answer:   It can be achieved by reclusive method stored procedure by calling recrusive in built stored procedure.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect