Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the two parts of a procedure ?

Answer Posted / kirankumar.vangeti

create or replace procedure procedure_name as

Declare
/* Declarative section: variables, types, and local sub
programs */
Begin
/* Executable section: Procedural and sql statements go
here */
Exception
/* exception handling section: error handling statements go
here */
End;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define tables and fields in a database

1176


What is PL/SQL Records?

1253


What does partition by mean in sql?

1029


How sql query is executed?

1187


How does stored procedure reduce network traffic?

1064


Does oracle roll back the transaction on an error?

1067


how to rename an existing table in mysql? : Sql dba

1115


What is plpgsql language?

1141


how to use 'mysql' to run sql statements? : Sql dba

1120


What is aggregate function in sql?

1080


Explain the update statement in sql

1041


What will you get by the cursor attribute sql%notfound?

1129


What are the sql versions?

996


What is cross join example?

1064


What is a pl/sql block?

1326