Community

Simplify PL/SQL INDEX BY tables using text subscripts

(Bob Watkins) Associative arrays, formerly called INDEX BY tables, have been a feature of the PL/SQL language since version 2. They are sparse arrays, meaning that only the elements you load into them are stored. No space is reserved for in-between index values. One of their original limitations, ho

Read More - Register for Free Membership

Tags: