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 components of a PL/SQL block ?

Answers were Sorted based on User's Feedback



What are the components of a PL/SQL block ?..

Answer / a.jyothsna

Declare section
---
declaring the variables
---
Begin section
---
executable statements
---
Exception section
---
exception handlers
---
end;

Is This Answer Correct ?    10 Yes 0 No

What are the components of a PL/SQL block ?..

Answer / nishi

Declare section

---

declaring the variables

---

Begin section

---

executable statements

---

Exception section

---

exception handlers

---

end;

Is This Answer Correct ?    1 Yes 0 No

What are the components of a PL/SQL block ?..

Answer / vijay_1994

declare
cursor
user defined exception
variable
begin
sql statement
plsql statement (application wise/business logic)
exception
end;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is difference between pass by value and eference by value in oracle plsql

1 Answers  


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

0 Answers   IBM,


What is use of package in pl sql?

0 Answers  


how to enter numeric values as hex numbers? : Sql dba

0 Answers  


what are the advantages and disadvantages of views in a database? : Sql dba

0 Answers  


What is the different between Stored Procedure and Procedure?

7 Answers   Informatica, MIS,


How do I find duplicates in two columns?

0 Answers  


What is the difference between row level and statement level trigger?

0 Answers  


Why do we need view in sql?

0 Answers  


What is normalization sql?

0 Answers  


what is mean by forward declaration and where we'll use it.

4 Answers   TCS,


What is a composite primary key?

0 Answers  


Categories