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 a ddl command?
explain mysql aggregate functions. : Sql dba
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What are sql*plus environment variables?
How do I run pl sql in sql developer?
What is mutating trigger?
How many functions are there in sql?
What is your daily office routine?
What are the basic sql commands?
how can we destroy the cookie? : Sql dba
What is a trigger in sql?
Where is pl sql used?
What is the command used to fetch the first 5 characters of a string?
How many indexes can be created on a table in sql?
What is %type in sql?