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

What are some primary characteristics of teradata?

756


Explain fallback in teradata?

807


Explain the new features of teradata?

805


What is the difference between union and union all in teradata?

848


In Teradata, how do we Generate Sequence?

810


What is meant by a Highest Cost Plan?

829


Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?

961


What do you mean by teradata intellicloud?

814


Explain vproc in teradata?

777


What is the opening step in basic teradata query script?

802


What is logical data model?

883


what are the uses of fact table and dimension table in banking project?

4328


Explain parsing engine in teradata?

820


Can you connect multiload from ab initio?

918


Which is more efficient group by or distinct to find duplicates?

876