Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / gireesh.p.v

the modes of parameters passing are 3 type

1) IN
2) OUT
3) INOUT

COMTACT ME gireesh.p.v@gmail.com

Is This Answer Correct ?    6 Yes 0 No

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

Answer / krupakar

Three Types of Parameters.
1) IN parameter mode- This mode is used to pass values to
the calling module when invoked.The value of IN parameter
can't be changed in the module.

2) OUT parameter mode -This mode is used to return a value
to the main block.The value of OUT parameter can change
anywhere in the program.

3)IN OUT parameter mode-This mode is used to pass values to
the calling module and return a value to the main block.The
value of IN OUT parameter can change anywhere in the
program.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / 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

More SQL PLSQL Interview Questions

Can we use distinct and group by together?

0 Answers  


Write the alter statement to enable all the triggers on the t.students table.

0 Answers  


if we give update table_name set column_name= default. what will happen?

4 Answers   iFlex,


Can we join more than 2 tables in sql?

0 Answers  


What is the difference between microsoft access and sql?

0 Answers  


How many types of privileges are available in sql?

0 Answers  


What is sqlca in powerbuilder?

0 Answers  


What is exception? What are the types of exceptions?

0 Answers  


using subquery how can i calculate working days in a month?

3 Answers   Spice Telecom,


What is rank () in sql?

0 Answers  


What is count * in sql?

0 Answers  


In packages the source code is compiled into p code ? how do we describe the p code

3 Answers  


Categories