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
What is full join in sql?
How to move files from one directory to another in pl sql?
Explain the uses of a database trigger?
What are analytical functions in sql?
Which software is used for pl sql programming?
What is trigger in sql and its types?
How can you create an empty table from an existing table?
What is 19 null in sql?
How do I remove sql developer from windows 10?
Explain select statements in sql?
How does a trigger work?
Can we rollback truncate?
What is the difference between functions, procedures, and packages in pl/sql?
What is cursor in pl sql with examples?
what are the advantages and disadvantages of cascading style sheets? : Sql dba