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
Does truncate need commit?
What are the two virtual tables available at the time of database trigger execution?
Is foreign key mandatory?
What is auto increment?
How many parts of a pl sql block are optional?
What are reports usually used for?
How much does a sql dba make? : SQL DBA
How does join work in sql?
What is sql integrity?
What is trigger in sql and its types?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is mutating trigger?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is the use of <> sql?
How many tables can a sql database have?