What do you mean by fastexport in teradata?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
In which scenarios we use Volatile tables and Global temporary Tables in Real time? Please give me one real time scenario???I know wat is its use??
What is the purpose of joins in teradata and what are the available join types?
If a Node is busy what are the steps you can take to avoid ?
How do you verify a complicated sql?
What is the difference between teradata and oracle?
TCS recently asked this question I have records like below Emp id Empname Salary DateTimestamp 1 AA 6000 20120609:11:30 1 AA 7000 20120609:12:30 1 AA 8000 20120609:01:30 I want to exceute records max timestamp(20120609:01:30)
Give the sizes of SMALLINT, BYTEINT and INTEGER.
What is called partitioned primary index (ppi)?
During the Display time, how is the sequence generated by Teradata?
How to copy teradata scripts from ur remote desktop to server machine?
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?