Answers

Question and Answer:

  Home  Stored Procedure

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

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.

 184 views

More Questions for you: