Computer Science, asked by PiyushBehal781, 1 year ago

Write a note on package in PL/SQL.

Answers

Answered by beautygirll56
1

A package is a schema object that groups logically related PL/SQL types, variables, constants, subprograms, cursors, and exceptions. ...

A package always has a specification, which declares the public items that can be referenced from outside the package.

Similar questions