What is the use of stored procedures in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by teradata sql assistant?
What is primary index and secondary index?
What is the use of having index's on table?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
How to copy teradata scripts from ur remote desktop to server machine?
What is meant by Teradata Gateway?
What are the main components of teradata system?
What are teradata utilities?
How do you load Multiple files to a table by using fastload scripts?
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 difference between filter and router transmissions
How to improve the query performance without taking the collect statistics? In explain plan i have 'NO CONFIDENT'.