Answer Posted / shekharjchandra
The basic structure of PL/SQL is
1. Header Section
2. Declaration Section
3. Executable Section
4. Exception Section
Eg:-
<<This_is_Header>>
DECLARE
a NUMBER ;
BEGIN
-- Code goes here
NULL;
EXCEPTION
WHEN OTHERS THEN
NULL ;
END ;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why join is faster than subquery?
Why do we use function in pl sql?
What is sql profiler in oracle?
Explain the difference between sql and mysql.
what are different types of keys in sql?
how to use regular expression in pattern match conditions? : Sql dba
Can we group by two columns in sql?
What is PL/SQL Records?
What are the set operators in sql?
What are inbuilt functions in sql?
How to select random rows from a table?
What is optimistic concurrency control? : Transact sql
How run sql*plus commands that are stored in a local file?
Is sql sequential or random?
Can sql developer connect to db2?