what is identity columns in TD?

Answer Posted / tdguy

Identity Columns are system generated numbers for every row
as it is inserted in the table.These columns ensure row
uniqueness in a table.
create table emp
(empno integer
generated always as identity
max value 1000
)
primary index(empno);

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why managing the data is important?

797


What is a node in teradata?

789


What are different table types used in teradata?

822


What interface is used to connect to windows based applications?

836


What are the newly developed features of Teradata?

816


How to run a query in teradata?

836


How teradata makes sure that there are no duplicate rows being inserted when its a set table?

778


How do you do backup and recovery in teradata?

828


Highlight the differences between Primary Key and Primary Index.

844


What's the difference between timestamp (0) and timestamp (6)?

936


Highlight all the modes that are present under Confidence Level.

772


Highlight a few of the advantages that ETL tools have over Teradata.

889


What are the multiload utility limitations?

827


how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u

1511


Explain and compare pros and cons of snow flake schemas?

839