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 dialect in sql?
What is an intersect?
What are transaction and its controls?
What are data types in pl sql?
How to rename a column in the output of sql query?
What is query syntax?
Explain what is a column in a table?
Does truncate release storage space?
How does cross join work?
What is a primary key sql?
What is data type in sql?
What is cte?
What is left inner join in sql?
What is pl sql architecture?
Which nosql database is best?