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 are different categories of sql commands?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What is forward declaration in pl sql?
Define commit, rollback and savepoint?
What are predefined functions in sql?
Name the different types of indexes in sql and define them.
Explain exception handling in pl/sql?
What is the difference between sql and mysql?
What do you mean by stored procedures?
How can use stored procedures in sql?
Why self join is used in sql?
how to convert character strings to dates? : Sql dba
What does 0 mean in sql?
What do you understand by case manipulation functions?
what is offset-fetch filter in tsql? : Transact sql