Nested SQL
Appearance
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. |
A nested table is a table that is embedded within another table.
Individual elements can be inserted, updated, and deleted in a nested table. Since individual elements can be modified in a nested table, they are more flexible than a varray because elements in an varray can only be modified as a whole, not individually. A nested table doesn't have a maximum size, and an arbitrary number of elements can be stored in it.