Give an example of any procedure.
Answer Posted / roopesh kumar
We can write a procedure with or w/o using parameters.
For procedure the simplest ex. could be like as
SQL> create or replace procedure tr ---calling procedure
2 as
3 begin
4 in_emp; -- Called procedure
5 end;
6 /
in this procedure i am calling another procedure inside
that.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Which is better join or subquery?
explain the difference between delete , truncate and drop commands? : Sql dba
Why do we use set serveroutput on?
Write a query to display the current date in sql?
Why having clause is used in sql?
1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins
Does db2 use sql?
What is java sql drivermanager?
Does sqlite need a server?
What is a data definition language?
What is the difference between delete, truncate and drop command?
What are the three pl sql block types?
Explain what is a database?
Is left join faster than inner join?