- What is nested Datatable?
- How do you create a nested table?
- How is a nested table different from a normal table?
What is nested Datatable?
A nested table is represented in the case table as a special column that has a data type of TABLE. For any particular case row, this kind of column contains selected rows from the child table that pertain to the parent table. The data in a nested table can be used for prediction or for input, or for both.
How do you create a nested table?
Click inside any cell in the larger table. Once again, use the “Insert” tab to create a table. For example, click on cell 1, go to “Insert,” “Table” and then create a 2-by-2 table. This 2-by-2 is now nested inside of the 3-by-3.
How is a nested table different from a normal table?
Nested Tables
A nested table is an unordered set of data elements, all of the same datatype. No maximum is specified in the definition of the table and the order of the elements is not preserved. You select, insert, delete, and update in a nested table just as you do with ordinary tables using the TABLE expression.