Interviewer And Interviewee Guide

Stored Procedure Interview Question:

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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Stored Procedure Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.