Answer Posted / 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 View All Answers
Compare sql & pl/sql
What does seeding a database mean?
How to test for null values?
How to convert comma separated string to array in pl/sql?
How to return multiple rows from the stored procedure?
Can procedure in package be overloaded?
How can a pl sql block be executed?
What is sql constant?
Explain cursor types?
What is the difference between delete, truncate and drop command?
what are the different type of normalization? : Sql dba
How to Execute a Package in PL/SQL.?
what is rollback? : Sql dba
What are the built in functions of sql?
What are the query optimization techniques?