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 teradata?
Explain the parallel data extension in teradata?
How can we check the version of Teradata that we are using currently?
What are the various indexes in teradata? How to use them? Why are they preferred?
What are tpump utility limitations?
What are the steps to create a data model?
What is stored procedure in teradata?
What is the difference between fastload and multiload? Which one is faster?
What is the use of fallback?
How to run a query in teradata?
What are default access rights in teradata? What explicit right can be given to a user?
What is the purpose of using case expression in teradata?
Explain the term 'database' related to relational database management system?
What is logical data model?
What is the basic syntax for teradata select statement?