Stored Procedure Question:
Download Questions PDF

Explain about the process which takes place to execute a Stored routine?

Answer:

CREATE PROCEDURE and CREATE FUNCTION statement are used to create stored routine. It can act as a function or a procedure. A procedure can be called by using a call statement and pass output with the help of output variables. It can call other Stored routines and it can be called from the inside of a statement.

Download Stored Procedure Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about recursive stored procedures?Explain about the RETURN statement?