What is identity column in TD?

In Teradata the identity column is the one, where the value gets inserted automatically (w/o any ETL intervention), by the described interval in the syntax.
defined as "GENERATED ALWAYS AS IDENTITY"

Post a Comment