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
What is memory optimized table?
What are the different set operators available in sql?
What is the purpose of cursors in pl/sql?
Is it possible to update views?
What is the need of a partition key?
What is linq to sql?
How insert into statements in sql?
explain the advantages and disadvantages of stored procedure? : Sql dba
What is oracle sql developer?
What will you get by the cursor attribute sql%notfound?
What is package in pl sql with an examples?
How many triggers can be applied to a table?
How to read/write files from pl/sql?
How do I edit a trigger in sql developer?
What are the different ddl commands in sql?