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 is meant by a dispatcher?
What are the available primary index types in teradata.
What is the purpose of joins in teradata?
Can you fastexport a field, which is primary key by putting equality on that key?
During the Display time, how is the sequence generated by Teradata?
What is meant by Teradata Gateway?
Where is teradata rdbms used?
What happens in a conflict? How do you handle that?
how do you manage the production space. what are the proactive methods you can take ?
What is the purpose of using case expression in teradata?
What is basic teradata query language?
How do you do backup and recovery in teradata?
How many types of joins are there in teradata?
Explain the term 'primary key' related to relational database management system?
What is a node in teradata?