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
What are the types of sql commands?
What is form and report?
Why do we create views in sql?
What does sql stand for?
What are expressions?
what is the command used to fetch first 5 characters of the string? : Sql dba
Can you sum a count in sql?
how can we destroy the cookie? : Sql dba
What is a sql instance vs database?
What is sql injection owasp?
Can we call dml statement in function?
How do I add a database to sql?
What are the benefits of pl/sql packages?
What is linq to sql?
How do I kill a query in postgresql?