What are the modes of parameters that can be passed to a
procedure ?

Answer Posted / suman

IN- The parameter can be referenced by the procedure or
function. The value of the parameter can not be overwritten
by the procedure or function.

OUT- The parameter cannot be referenced by the procedure or
function. The value of the parameter can be overwritten by
the procedure or function.

INOUT- The parameter can be referenced by the procedure or
function. The value of the parameter can be overwritten by
the procedure or function.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a call statement? Explain with an example.

542


What is the difference between microsoft sql and mysql?

504


Why function is used in sql?

512


How do we accept inputs from user during runtime?

540


How many times can we commit in a loop?

564






What is difference between procedure and trigger?

510


What is union and union all keyword in sql and what are their differences?

571


List out the acid properties and explain?

557


explain the difference between delete , truncate and drop commands? : Sql dba

546


What is time based sql injection?

484


What is scope of pl sql developer in future?

587


What is difference between stored function and application function?

590


Can a select statement fire a trigger?

653


Explain the the update statement in sql?

564


What are all types of user defined functions?

521