What are the components of a PL/SQL block ?
Answers were Sorted based on User's Feedback
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 |
Answer / nishi
Declare section
---
declaring the variables
---
Begin section
---
executable statements
---
Exception section
---
exception handlers
---
end;
Is This Answer Correct ? | 1 Yes | 0 No |
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 |
How do you optimize a stored procedure in sql?
What is the advantage of nosql?
How to load data with sql*loader?
what are date and time data types? : Sql dba
Can I create table without primary key?
What are the default Oracle triggers??
How do you handle exceptions. Give the syntax for it?
What is difference between sql and excel?
How do I view a procedure in sql?
What is a database? Explain
How to find last day of the month in sql query
How to fetch records from a partitioned table?