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 is the basic structure of PL/SQL ?

Answer Posted / shekharjchandra

The basic structure of PL/SQL is

1. Header Section
2. Declaration Section
3. Executable Section
4. Exception Section

Eg:-

<<This_is_Header>>
DECLARE
a NUMBER ;
BEGIN
-- Code goes here
NULL;
EXCEPTION
WHEN OTHERS THEN
NULL ;
END ;

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why join is faster than subquery?

1159


Why do we use function in pl sql?

1114


What is sql profiler in oracle?

1160


Explain the difference between sql and mysql.

1112


what are different types of keys in sql?

1218


how to use regular expression in pattern match conditions? : Sql dba

1086


Can we group by two columns in sql?

1046


What is PL/SQL Records?

1253


What are the set operators in sql?

1136


What are inbuilt functions in sql?

1107


How to select random rows from a table?

1134


What is optimistic concurrency control? : Transact sql

1029


How run sql*plus commands that are stored in a local file?

1113


Is sql sequential or random?

1086


Can sql developer connect to db2?

1103