35 of 62
More About Nested Tables
uNested tables can be used in SQL queries via the special operator: TABLE
ØAllows hiding of complex procedural logic “under the hood”
ØNested table type must be declared as a user-defined type (CREATE OR REPLACE TYPE…)