how do u call in & out parameters for stored procedures?
Answer Posted / mohana sundaram
create or replace procedure p_name(p_no in out number)
is begin
{
executable statement
}
end p_name;
/
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is dense_rank in sql?
Inline the values in PL/SQL, what does it mean.?
what is error ora-03113: end-of-file on communication channel?
What is the difference between count 1 and count (*) in a sql query?
What is pl sql architecture?
What is a unique key?
What are the commands used in sql?
What does the hierarchical profiler does?
What are the main features of cursor?
How do I order by ascending in sql?
What is a primary key sql?
What do you understand by case manipulation functions?
How many commands are there in sql?
Does a join table need a primary key?
What does the acronym acid stand for in database management?