By whom performance will improve for loading the multiple objects into memory at once?

Options
- Function
- Procedure
- Package
- Trigger


CORRECT ANSWER : Package

Discussion Board
Package

A package is a schema object that groups logically related PL/SQL types, items, and subprograms. Packages usually have two parts, a specification and a body, although sometimes the body is unnecessary. The specification (spec for short) is the interface to your applications; it declares the types, variables, constants, exceptions, cursors, and subprograms available for use. The body fully defines cursors and subprograms, and so implements the spec.

Prajakta Pandit 02-21-2017 07:20 AM

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