Tuesday, October 5, 2010

What is the basic structure of PL/SQL ?

A PL/SQL block has three parts:
a declarative part
an executable part
and an exception-handling part.
First comes the declarative part in which items can
be declared. Once declared items can be manipulated in the executable part.
Exceptions raised during execution can be dealt with in the exception-handling part.

No comments:

Post a Comment