What is the purpose of using case expression in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum number of dml can be coded in a multiload script?
What are the newly developed features of Teradata?
Describe the between keyword in teradata?
What are the different functions performed in development phase?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?
teradata support to automatically increase the character length or not?
What are different table types used in teradata?
What is the use of stored procedures in teradata?
Can you connect multiload from ab initio?
Difference between multiload and tpump?
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 the query for retrieve the unique values(not display the duplicates values) from single table?