Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.

10 Answers  


Describe the set operators in teradata.

0 Answers  


which utitility can use for loading the data from non-teradata to teradata ?

5 Answers   Wipro,


What is bteq utility in teradata?

0 Answers  


What is basic teradata query language?

0 Answers  


Highlight the limitations of TPUMP Utility.

0 Answers  


Highlight a few of the important components of Teradata?

0 Answers  


What is teradata? Also, list out some of the primary characteristics of teradata.

0 Answers  


What are teradata utilities?

0 Answers  


How do you create a table with an existing structure of another table with data and with no data?

1 Answers  


If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?

0 Answers  


What are default access rights in teradata? What explicit right can be given to a user?

0 Answers  


Categories