What is spool space? 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
Where is teradata rdbms used?
What are differences between teradata and ansi session modes in teradata?
What is the purpose of joins in teradata and what are the available join types?
What are the different functions performed in development phase?
Explain the parallel data extension in teradata?
Does SDLC changes when you use Teradata instead of Oracle?
What is meant by MATCHTAG in multiload utility?
whether Nulls will be counted while doing average? example: we have table column A with following values A -- 5 Null 8 3 Now what is the average of A?
What is use of compress in terdata?Explain?
What is differnce between Error code and Error Level in Bteq
Define views in teradata with syntax.
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?