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's the difference between inner join and left join?
What is dml and ddl?
What are the types pl/sql code blocks?
Is pl sql different from sql?
How to read/write files from pl/sql?
Why is sharding used?
What is sql trigger example?
What is audit logout in sql profiler?
What are different categories of sql commands?
Which sql statement is used to delete data from a database?
what is 'mysqld'? : Sql dba
How do I save a stored procedure?
what is a join? : Sql dba
What is gpt format?
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?