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

How to change the order of columns in Oracle SQL Plus ?

788


What is nosql db?

709


How many types of indexes are there in sql?

716


How exception is different from error?

762


What are local and global Indexes and where they are useful.

1133






Can you rollback after commit?

717


What is sap sql?

716


what tools available for managing mysql server? : Sql dba

745


Which are sql * plus commands?

714


What are string functions in sql?

883


What is cursor status?

929


What is the least restrictive isolation level? : Transact sql

763


What is the difference between a primary key and a clustered index?

697


What is the use of stored procedures?

704


In a distributed database system, can we execute two queries simultaneously?

750