What are types of partition primary index (ppi) in teradata?
Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong
What are the enhanced features in teradata v2r5 and v2r6?
What is smp and mpp platforms?
What are the functions performed by bynet?
What are two examples of an OLTP environment?
What is meant by a node?
Difference between client character set and server character set? What is the use of these two?default character set in teradata?
What are the various indexes in teradata? How to use them?
On which column will you take primary index???
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?
Explain and compare pros and cons of start schemas?
What is the use of having index on table?