- array_type_name
- The name of the one-dimensional ARRAY type to be created.
- SYSUDTLIB
- The optional name of the containing database for array_type name.
- data type
- The data type on which the one-dimensional ARRAY type is based.
- ARRAY
- The one-dimensional ARRAY type is to be created using Teradata syntax.
- number_of_elements
- The number of elements in the one-dimensional ARRAY type being created. This must be an unsigned INTEGER value.
- DEFAULT NULL
- Initialize all of the elements of array_type_name to null when the type is constructed.