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 sql and how does it work?
What is the most restrictive isolation level? : Transact sql
What is rank () in sql?
What do you mean by stored procedures? How do we use it?
What is output spooling in sql*plus?
What are character functions?
What will you get by the cursor attribute sql%notfound?
is it possible to pass an object or table to a procedure as an argument?
What are local and global variables and their differences?
What is group by in sql?
What is fmtonly in sql?
Is delete faster than truncate?
What is the syntax and use of the coalesce function?
Explain clause in sql?
What are all ddl commands?