package plsql
Oracle pl sql package: A package is a schema object that groups logically related PL/SQL types, variables and subprograms. Parts of a package: 1. Package specification 2. Package body or definition Package specification: The package specification is the package interface which declares the types, variables, constants, exceptions, cursors and subprograms that can be referenced from … Read more