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 the difference between delete, truncate and drop command?

553


What is the least restrictive isolation level? : Transact sql

565


what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba

674


Which operator is used in query for pattern matching?

630


what is the difference between a having clause and a where clause? : Sql dba

522






How is pl sql different from sql?

548


What do you mean by field in sql?

538


What is sqlerrd?

528


What is Histogram?

1103


How to rename a table?

558


What is sql constant?

510


What is indexes?

548


When is a declare statement required?

677


How delete all data from all tables in sql?

540


What are all types of user defined functions?

532