Packages can contain global variables and cursors that are available to all _________in the package.

Options
- Procedure
- Function
- Procedures and functions
- Classes


CORRECT ANSWER : Procedures and functions

Discussion Board
Package

Package contains global variables and cursors that are available to all procedures and functions in the package. A package is a collection of related program objects (for example, subprogram, variables, constants, cursors, and exceptions) stored together in the database. Using packages is an alternative to creating subprograms as standalone schema objects. Packages have many advantages over standalone subprograms.

Prajakta Pandit 03-2-2017 11:07 PM

Write your comments


Enter the code shown above:

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


Advertisement