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
How do you write a complex sql query?
Define concurrency control. : Transact sql
How do we use distinct statement? What is its use?
What is data control language?
What programs use sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How do I create a sql database?
What is the difference between drop and truncate commands?
What is function and procedure in pl sql?
How do I run a program in pl sql?
What has stored procedures in sql and how we can use it?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is sql and how does it work?
What are the two characteristics of a primary key?
What is meant by truncate in sql?