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


Please Help Members By Posting Answers For Below Questions

Explain polymorphism in pl/sql.

635


what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba

500


How many triggers can be applied on a table?

503


What is a join?

620


How many commands are there in sql?

545






Can you join a table to itself?

536


what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql

496


What does <> sql mean?

532


What is out parameter used for eventhough return statement can also be used in pl/sql?

579


Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)

535


What is pl/sql table? Why it is used?

556


Which are sql * plus commands?

535


What is normalization in a database?

607


What is the primary use of normalization?

520


How do I turn a list into a table?

502