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 cte sql?
How much ram can sql express use?
What is oracle sql called?
what is online transaction processing (oltp)? : Sql dba
what is query cache in mysql? : Sql dba
How do I install microsoft sql?
What is a recursive join sql?
What is sql in java?
How delete a row in sql?
When sql appeared?
Explain the order of sql statement execution?
What is the use of stored procedures?
What is keys and its types?
How do I edit a stored procedure?
How does index help in query performance?