Associative arrays also known as index-by tables - PL/SQL Collections and Records
Q. Associative arrays also known as index-by tables.- Published on 07 Jul 15a. True
b. False
ANSWER: True
The associative arrays helps us to look up to the elements using arbitary numbers and strings for subscript values. They are similar to hash tables.