1.

Pl/sql Packages Usually Have Two Parts. What Are These Two Parts?

Answer»

PL/SQL packages have TWO parts −
SPECIFICATION part − where the interface to the application are DEFINED.
Body part − where the IMPLEMENTATION of the specification are defined.

 

PL/SQL packages have two parts −
Specification part − where the interface to the application are defined.
Body part − where the implementation of the specification are defined.

 



Discussion

No Comment Found