About
A “table of” data type is a list of elements (collection) implementing:
- by default a list structure without the index-by clause. See Table Of
- 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
