Describe the between keyword in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose i have data like 2009/12/31 555555534 ' ' Generally last 2 records are wrong format it is going to error table but i don't want load error table if any wrong format in Date column Pass "NULL" how can we do it fast load
Can you load multiple data files for same target table using fastload?
What happens in a conflict? How do you handle that?
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 spool space? Why do you get spool space errors? How do trouble-shoot them?
What is meant by a Clique?
How do you Generate sequence at the time of Display?
How to Extract data from multiple legacy systems?
What is a node in teradata? Explain
What is a pseudo key? What is its use???
Why does varchar occupy 2 extra bytes?
Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?