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
What are some primary characteristics of teradata?
Explain fallback in teradata?
Explain the new features of teradata?
What is the difference between union and union all in teradata?
In Teradata, how do we Generate Sequence?
What is meant by a Highest Cost Plan?
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?
What do you mean by teradata intellicloud?
Explain vproc in teradata?
What is the opening step in basic teradata query script?
What is logical data model?
what are the uses of fact table and dimension table in banking project?
Explain parsing engine in teradata?
Can you connect multiload from ab initio?
Which is more efficient group by or distinct to find duplicates?