PL SQL GUIDLINES.pptx
PL SQL GUIDLINES.pptx
DECLARE
Declaration statements;
[EXECUTION]
BEGIN
Execution statements;
END;
• EXECUTION section starts with BEGIN keyword and ends with END
• It is used to write the program logic code.
• It is written using DML commands.
PL/SQL BLOCK STRUCTURE
[EXCEPTION]
Exception handling statements;
• Example
PL/SQL BLOCK STRUCTURE
• Example
PL/SQL BLOCK STRUCTURE
• Example
PL/SQL BLOCK STRUCTURE
• Example
PL/SQL BLOCK STRUCTURE
• Example
PL/SQL BLOCK STRUCTURE
• Example
PL/SQL BLOCK STRUCTURE
• Example
DML STATEMENTS IN PL/SQL