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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an index? What are the types of indexes? How many clustered indexes can be created on a table?

549


What can sql server reporting services do?

576


Can you skip header records while loading? : aql loader

537


What is nosql db?

534


What is aggregate function in sql?

529






What is interval partition?

539


How to install oracle sql developer?

560


Why query optimization is needed?

511


What is a temporal data type?

592


What are procedures used for?

523


What is orm in sql?

531


What is sqlca in powerbuilder?

556


How to create an array in pl/sql?

578


What is pl sql collection?

518


Is keyword pl sql?

556