oracle

Wednesday, 26 April 2017

PL/SQL Syntax

Declare             --optional

this area contains variables and their datatypes.

Begin                 --mandatory

this area contains statements thats are to be executed.

exception           --optional

Error handling area

end;

No comments:

Post a Comment