What are the two parts of a procedure ?

Answer Posted / chakri

Syntax of procedure :

CREATE OR REPLACE PROCEDURE proce_name (Arg list)
IS
LOCAL VARIBLE DECLARATION

BEGIN
----------
----------
---------
END;


In the about syntax

Up to IS key word called as Procedure Header and

Remaining Part is called as Procedure Body.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is orm in sql?

725


how to fetch alternate records from a table? : Sql dba

831


What is an implicit commit?

762


What is cursor status?

935


What is memory optimized table?

767






Is id a reserved word in sql?

864


Is it possible to create startup or shutdown trigger for on-schema?

785


What is basic structure of pl sql?

690


What are types of indexes in sql?

747


How many sql statements are used? Define them.

779


What is a pragma statement?

957


Explain spool.

906


What is the use of & in pl sql?

727


What are different joins used in sql?

738


What is multiple columns?

780