1.

Why packages are used in PL SQL?

Answer»

In PL/SQL modules, packages are used to encapsulate LOGICALLY related DATA types, constants, variables, subprograms, CURSORS, and any other exceptions. Each package can be used to simplify the level of understanding inside an interface using SIMPLE, clear and well-defined functions within.



Discussion

No Comment Found