Table of Contents
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
Articles Related
PL/SQL - Bulk Collect - Fetch collection of (records|Collection)
PL/SQL - Collections (Datatype Table of, Varray of)
PL/SQL - Associative Arrays (Index-By Tables) - Table Of Indexed By - Map
PL/SQL - List