Nested Table Type Definition
This is a translation reference to convert the Nested Table Variant of the Oracle Create Type Statements (UDT's) to Snowflake
SnowConvert only recognizes these definitions, does not support any translation and there is no known workaround for them.
Description
Nested Table Types define an embedded table structure of a previously existing datatype (including other Custom Types). They can be used as a more powerful version of the Array Type.
Unlike any of the other types, there is still no known workaround or any possible translation for them.
Sample Source Patterns
Nested Table Type usage
Oracle
Snowflake
Snowflake
Known Issues
1. Create Type creation options are not supported
Currently, there is no known workaround for any of the creation options; for these reasons, they are not taken into account when defining the type.
Related EWIs
SSC-EWI-0073: Pending Functional Equivalence Review
SSC-EWI-0056: Create Type Not Supported.
Last updated