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.



Discussion

No Comment Found