PL/SQL - Table Of Clause
About
A “table of” data type is a list of elements (collection) implementing:
- by default a list structure without the index-by clause. See PL/SQL - (Nested) tables (Table Of without indexing)
- bu can be used to implement a map structure with the index-by clause. See PL/SQL - Associative Arrays (Index-By Tables) - Table Of Indexed By - Map