What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?
No Answer is Posted For this Question
Be the First to Post Answer
Explain teradata utilities?
why use references rather than pointers in the public api, particularly for arguments which are modified?
What is multi insert?
How do you design aggregate tables using teradata?
Syntax for case when statement?
Differentiate primary key and partition key?
Why Multiload and Fastload does not supports SI,JI,RI and TRIGGERS?
Highlight the limitations of TPUMP Utility.
Fast Load Script is failed and error tables are available then how do you restart?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
which utitility can use for loading the data from non-teradata to 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?