PL/SQL For Practitioners – #8 Type object and Table of Type

Hi folks,   Object-oriented programming is especially suited for building reusable components and complex applications. In PL/SQL, object-oriented programming is based on object types. They let you model real-world objects, separate interfaces and implementation details, and store object-oriented data persistently in the database. An object type is a user-defined composite datatype representing a data structure and functions … Continue reading PL/SQL For Practitioners – #8 Type object and Table of Type