Syntax for case when statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between filter and router transmissions
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 are the 5 phases in a multiload utility?
What is a dimension table?
Which Teradata concept allows more than one model generation?
How do you verify a complicated sql?
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 the difference between bpo and call centre?
What is multi insert?
Explain the teradata primary index mechanics in detail with a diagram.
How can you track login parameters of users in teradata?
can we load 10 millions of records into target table by using tpump?