what is identity columns in TD?

Answers were Sorted based on User's Feedback



what is identity columns in TD?..

Answer / 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

what is identity columns in TD?..

Answer / yuvaevergreen

Identity column is a system generated value. Used for row
uniqueness. If rows need to be unique, then ALWAYS option
should be used with NO CYCLE option. Separate DBC table
takes care of identity columns DBC.idcol.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Teradata Interview Questions

Where we use PPI in real time??? What is the disadvantages of PPI?

3 Answers   IBM, Mphasis,


Explain fastload in teradata?

0 Answers  


Highlight the limitations of TPUMP Utility.

0 Answers  


how to improve the query perfoemance in teradata.with example?and how explain this in interview?please forward answer

2 Answers   IBM,


Describe the between keyword in teradata?

0 Answers  






How to relege locks in fastload and multiload? example?

4 Answers   IBM,


How do you design aggregate tables using teradata?

1 Answers  


"pravalli nagireddy" record is there in address column but i want display only 'nagireddy' from the main string what is query for that pls tell me

9 Answers  


how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u

0 Answers  


What are tpump utility limitations?

0 Answers  


What do you mean by parsing?

0 Answers  


How can you track login parameters of users in teradata?

0 Answers  


Categories