Why do you get spool space errors? How do trouble-shoot them?
No Answer is Posted For this Question
Be the First to Post Answer
in a BTEQ we have 2 insert 2 del 2 update statment. when the BTEQ is restarted i need to run the BTEQ from after DEL statment(means no need to run the insert & del stat).what is the logic for the above requirement?
How do you eliminate duplicates?
what is use of fload loading into set table?
How a Referential integrity is handled 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?
how do you handle ET and UV errors ?
Give some points about Teradata Viewpoint ?
I 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
What is a three-tier data warehouse?
what is amp plz explanation
What is the default join strategy in Teradata???
How to relege locks in fastload and multiload? example?