Storage and Constraint Attributes | VantageCloud Lake - Storage and Constraint Attributes - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

The following table lists Teradata SQL storage and constraint attributes.

Attribute Family Data Type Attribute ANSI Teradata Extension to ANSI
Column Storage COMPRESS   X
COMPRESS NULL   X
COMPRESS constant_value   X
COMPRESS (multivalue_list)   X
COMPRESS USING compress_udf DECOMPRESS USING decompress_udf   X
Column Constraints CONSTRAINT X  
CONSTRAINT UNIQUE X  
CONSTRAINT PRIMARY KEY X  
CONSTRAINT CHECK (boolean_condition) X  
CONSTRAINT REFERENCES table_name column_name X  
Table Constraints FOREIGN KEY (column_name_list) X  
PRIMARY KEY X  
UNIQUE X  
CHECK (boolean_expression) X  
REFERENCES table_name

[(column_name_list)]

X  
Attributes may have restrictions. See: