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 |
what is difference between pass by value and eference by value in oracle plsql
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is use of package in pl sql?
how to enter numeric values as hex numbers? : Sql dba
what are the advantages and disadvantages of views in a database? : Sql dba
What is the different between Stored Procedure and Procedure?
How do I find duplicates in two columns?
What is the difference between row level and statement level trigger?
Why do we need view in sql?
What is normalization sql?
what is mean by forward declaration and where we'll use it.
What is a composite primary key?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)