Oracle PL/SQL offers three kinds of collections: Associative Arrays, Nested Tables, and Varrays (short for variable-size arrays). Nested tables extend the functionality of associative arrays (formerly called PL/SQL tables or index-by tables).
Oracle PL/SQL offers three kinds of collections: Associative Arrays, Nested Tables, and Varrays (short for variable-size arrays). Nested tables extend the functionality of associative arrays (formerly called PL/SQL tables or index-by tables).