What exactly do you know about catching in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
What is use of compress in terdata?Explain?
What type of indexing mechanism do we need to use for a typical data warehouse?
Describe the set operators in teradata.
how to improve the query perfoemance in teradata.with example?and how explain this in interview?please forward answer
How can we load single row of data into teradata database. please give me the process.
what are the uses of fact table and dimension table in banking project?
What do you mean by teradata sql assistant?
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?
Which is more efficient group by or distinct to find duplicates?
How to copy teradata scripts from ur remote desktop to server machine?
How to load specific no.of records using bteq, or fastload,or multiload
what is the query for retrieve the unique values(not display the duplicates values) from single table?