MD.070 Application Extension Technical Design

PL/SQL Program is block-structured program. Each PL/SQL block corresponds to a problem or sub-problem to be solved. A PL/SQL block has three parts : a declarative part, an executable part, and an exception-handling part. Example of a block structure : [DECLARE-- declaration] BEGIN-- statements [EXCEPTION-- handlers] END; Modularity : ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download