Why teradata is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between user and database in teradata?
What's the syntax of sub string?
What are tpump utility limitations?
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
Differentiate primary key and partition key?
Highlight all the modes that are present under Confidence Level.
How do you create tables? Exact syntax, and create profiles, users in teradata?
What is collect statistics?
Explain the meaning of Amp?
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 process to restart the multiload if it fails?
Why is the case expression used in teradata?