What are the uses of bynets in multi-node systems?
No Answer is Posted For this Question
Be the First to Post Answer
what is referential constraints?how do you implement RI in teradata?
What are the different functions included in the server software?
Where is teradata rdbms used?
What is meant by a Virtual Disk?
How to find No. of Records present in Each AMP or a Node for a given Table through SQL?
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?
Highlight a few of the important components of Teradata?
What do you mean by ttu in teradata?
id name gender 1 Ram Female 2 Kumar Female 3 sathish Female 4 Santhya Male 5 Durga Male 6 Priya Male This is my input...how to change Gender Male to Female & Female to Male??? Write sql query for this question???
what is identity columns in teradata
What are default access rights in teradata? What explicit right can be given to a user?
Can u load same data into multiple tables using multiload? How will be the loading process? Whether it will be serially or parallely?