how do u call in & out parameters for stored procedures?
Answer Posted / sudhir kumar singh
procedure_name(a in number,b out varchar)
(
script of execution;
)
exec procedure_name(first_parameter,second_parameter);
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
how can we submit a form without a submit button? : Sql dba
How many types of literals are available in pl sql?
What is the order of sql select?
What is the difference between the conventional and direct path loads? : aql loader
Why function is used in sql?
How many parts of a pl sql block are optional?
What is the difference between instead of trigger and after trigger?
How do I find sql profiler?
What is range partitioning?
What are different types of indexes?
What is meant by truncate in sql?
What is user in sql?
What is the file extension for sql database?
What is the difference between pl and sql?
Can we debug stored procedure?