Explain the parallel data extension in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by INMOD Routines and OUTMODE Routines ?
What are the functions involved in shared information architecture?
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 ?
which option is used to restart the fastexport script ?
What are the joins in teradata?
Write a single SQL to delete duplicate records from the a single table based on a column value. I need only Unique records at the end of the Query.
I 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?
What are the available primary index types in teradata.
sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?
What is upsert statement in teradata?
Why Multiload and Fastload does not supports SI,JI,RI and TRIGGERS?
What do you mean by parsing?