Package is database object that groups logically related PL/SQL types, objects & subprograms

Q.  Which is a database object that groups logically related PL/SQL types, objects and subprograms?
- Published on 09 Jul 15

a. Package
b. Module
c. Body
d. Name

ANSWER: Package
 
A package is divided into 2 parts a specification and a body. The specification is an interface to the package and it declares the types,variables,subprograms etc. which can be referenced from outside the package. The body consists of queries for the cursor and the code for subprograms.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)