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
How to find 3rd highest salary of an employee from the employee table in sql?
The select into statement is most often used to create backup copies of tables or for archiving records?
What is sql catalog?
What is assignment operator in pl sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What are the packages in pl sql?
What are conditional predicates?
How to set up sql*plus output format in oracle?
Can we use having without group by in sql?
What is rank () in sql?
What are the topics in pl sql?
Which is the correct statement about truncate and delete?
How do you optimize a stored procedure in sql?
What are the types of triggers in sql?
what is a tablespace? : Sql dba