Can we Suggest as how is the process to get a job in teradata in current market??Is it easier???
IBM,
1 5047hi guys...i have good experiance in oracle ...now i want to learn teradata? how much of percentage my knowledge is used to understand the teradata? i mean.. if teradata also having sql queries or not?
1 3907Why FLOAD doesn't supports NUSI? Where as Mload supports NUSI. Please explain in this regard. Thanks in advance.
4 14353Is PK concept available in Teradata. If it is how can we create Primary Key for a table in TD
6 12176I want to load 1000 rcds using. FL for every 100 records there is a check point.But script failed at 120 records, when we are restarting the script, it starts from last ckpt, but Target table contains populated data but FL doesnt support existing data in target table. How can we load data in FL?
IBM,
4 10479Hi Friends I have a sql question, We have the source data as below. 101 address1, address2, address3 and the output shoulb like below 101 address1 101 address2 101 address3 Required a SQL query for this output. Please let me know if you have any sql query for this. Thanks in advance. Hari M
6 13696Hi All, I have a table with 3 fields like id,mark1,mark2 and I would like to update a mark3 field that would calculate the max for each record (so the max value of the 2 fields) in Teradata ID Mark1 Mark2 Mark3 1 10 20 2 20 30 3 40 10 4 50 50 I Have to write a update statement Mark3 with max value of mark1,mark2 fields…like bellow ID Mark1 Mark2 Mark3 1 10 20 20 2 20 30 30 3 40 10 40 4 50 50 50 Please any one help me ....Thq
3 7709I Have Name field in a Table Name ------------- abcde;fgh;ijk; abc;def;jklm;no I want to write a sql to display name field data with out ';'.so i want to replace ; with '' how will write in Teradata
3 8931
What do you mean by tpt in teradata?
Explain how spool space is used.
What are the available primary index types in teradata.
What are aggregate tables? How do you design them using teradata?
What do you mean by teradata intelliflex?
What are the steps to create a data model?
What do you mean by ttu in teradata?
How to load specific no.of records using bteq, or fastload,or multiload
What is the primary index in teradata?
Explain some differences between mpp and smp?
How teradata makes sure that there are no duplicate rows being inserted when its a set table?
What is the difference between fastload and multiload? Which one is faster?
What do you mean by parsing?
What is inner join and outer join?
Give a justifiable reason why Multi-load supports NUSI instead of USI.