what is identity columns in TD?
Answers were Sorted based on User's Feedback
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 |
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 |
Why MultiLoad Utility supports only Non Unique Secondary Index(NUSI) in the Target Table ?
How is Teradata in current market?
write a query following data. 123.45 is input.write a query after decimal (ex:.45) load into database ?how it possible?
How to run a query in teradata?
hi frnds i want to learn teradata utilities and teradata dba real time. i have 1+ years of experience in teradata. so i want to go deeply in Tearada. plz let me know at my email id who r best to learn from. im lookng for a realtime guy in HYD or Banglr. Thanks in advance. yedu my email-id: jakkayedukondalu@gmail.com@gmail.com
How many macros we can create inside a macro
Explain the most common data types used in teradata?
If the query is NOT WRITTEN PROPERLY then what are the recommendations you can give to the developer ?
Aborted in Phase 1 data Acquistion Incomplete in fastload?
How can we pass Variable in Bteq with out using shell script Is it possible or not If possible let me know how can we pass varaibale
Explain fastload in teradata?
Difference between stored procedure and macro?