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

Explain what is sql?

0 Answers  


what is data integrity

3 Answers   Fidelity, TCS,


what is the difference between truncate and delete statement? : Transact sql

0 Answers  


How do I tune a sql query?

0 Answers  


How do I start pl sql?

0 Answers  






What is the purpose of the primary key?

0 Answers  


What is the use of double ampersand (&&) in sql queries? Give an example

0 Answers  


What is serial sql?

0 Answers  


What is hibernate and its relation to sql?

0 Answers  


select top 3 sal from each dept?

17 Answers   IBM, TCS,


Explain the uses of a database trigger?

0 Answers  


What is $$ in sql?

0 Answers  


Categories