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
Which is faster union or join?
What is the maximum rows in csv?
What is interval partition?
What are records give examples?
What are schema-level triggers?
What is dynamic sql in pl sql?
Can function return multiple values in sql?
Why commit is not used in triggers?
what are the different type of normalization? : Sql dba
How many commands are in sql?
Explain the commit statement.
What is the difference between left join and right join?
What is difference between joins and union?
Can we change the table name in sql?
What is online transaction processing (oltp)?