- A nested table is an unordered set of any number of elements, all of the same data type.
- A nested table has a single column.
- The type of that column may be a built-in database type or an object type.
- If the column in a nested table is an object type, the table can also be viewed as a multicolumn table, with a column for each attribute of the object type.
- You can insert, update, and delete individual elements in a nested table.
|