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
How you will check the version of teradata?
Is it necessary to add? Quit statement after a bteq query when I am calling it in a unix environment?
Can we collect statistics on table level?
What do you mean by teradata sql assistant?
Differentiate database data and data warehouse data?
Where is teradata rdbms used?
What happens when a node suffers a downfall?
What are the 5 phases in a multiload utility?
What is partitioned primary index (ppi)?
How to Extract data from multiple legacy systems?
What is the difference between global temporary tables and volatile temporary tables?
Explain and compare pros and cons of snow flake schemas?
What is a dimension table?
What are differences between teradata and ansi session modes in teradata?
What is logical data model?