Package Declaration is schema object groups logically related PL/SQL types, items & subprograms - PL/SQL

Q.  Which is a schema object that groups logically related PL/SQL types, items, and subprograms?
- Published on 08 Jul 15

a. Package Declaration
b. Object_type declaration
c. Procedure declaration
d. None of the above

ANSWER: Package Declaration
 
Packages have 2 parts

1. Package specification – It is an interface to the package. It declares the variables, types,constants,cursors and subprograms.
2. Package body or specification – It includes the various code lines in it

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.)