Google News
logo
PL/SQL - Interview Questions
What are the two different parts of the PL/SQL packages?
PL/SQL packages have the following two parts :
 
Specification part : It specifies the part where the interface to the application is defined.
 
Body part : This part specifies where the implementation of the specification is defined.
Advertisement