How can I pass the inner procedure value to outer
procedure ?

Answer Posted / som

1. Declare a variable as the datatype of the out parameter
of the inner procedure.
2. Call the inner procedure with the input/output
parameters- input parameter values and output parametr as
the variable declared.
3. After the inner procedure gets executed, the output
parameter will be accessible to the outer procedure.

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 a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1153


how can you create an empty table from an existing table? : Sql dba

854


Can we write ddl statements in functions?

787


What do you mean by table in sql?

694


How to install oracle sql developer?

768






what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

727


Why is sql*loader direct path so fast?

794


Can we debug stored procedure?

718


What are the types of sql commands?

741


What is trigger with example?

735


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3306


Differentiate between pl/sql and sql?

804


which tcp/ip port does sql server run on? : Sql dba

703


Explain what is an index?

753


What is blind sql injection?

753