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

How do you optimize a stored procedure in sql?

0 Answers  


What is the advantage of nosql?

0 Answers  


How to load data with sql*loader?

0 Answers  


what are date and time data types? : Sql dba

0 Answers  


Can I create table without primary key?

0 Answers  






What are the default Oracle triggers??

3 Answers   CGI, Tech Mahindra,


How do you handle exceptions. Give the syntax for it?

1 Answers   BCL, Microsoft,


What is difference between sql and excel?

0 Answers  


How do I view a procedure in sql?

0 Answers  


What is a database? Explain

0 Answers  


How to find last day of the month in sql query

4 Answers  


How to fetch records from a partitioned table?

2 Answers   HSBC,


Categories