Making Changes to Columns | ALTER TABLE | Teradata Vantage - Changing Column Attributes: NOT NULL or NULL - Advanced SQL Engine - Teradata Database

SQL Data Definition Language Detailed Topics

Product
Advanced SQL Engine
Teradata Database
Release Number
17.10
Published
July 2021
Language
English (United States)
Last Update
2021-07-27
dita:mapPath
imq1591724555718.ditamap
dita:ditavalPath
imq1591724555718.ditaval
dita:id
B035-1184
lifecycle
previous
Product Category
Teradata Vantage™

When changing columns from NULL to NOT NULL, or from NOT NULL to NULL, refer to the following table:

Column Attribute Composite Changes
NULL Not permitted.
NOT NULL Permitted.

The following rules define how columns defined with NULL or NOT NULL attributes can be altered:

This column type … When defined as … Can be altered to this column type …
Indexed NULL NULL only
NOT NULL NOT NULL only
Unindexed NULL NOT NULL

If and only if the column does not contain nulls.

NOT NULL NULL