What are teradata utilities?
No Answer is Posted For this Question
Be the First to Post Answer
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 a common data source for the central enterprise data warehouse?
Which Teradata concept allows more than one model generation?
How does indexing improve query performance?
What is the difference between global temporary tables and volatile temporary tables?
We are migrating an oracle table into teradata, the volume of data is huge and partitioned (year wise list partition). How do i simulate the same in teradata.
If RDBMS is halted what will you do ?
Explain PDE.
if a error occured in FASTLOAD is the fastload job stops?
Can u load same data into multiple tables using multiload? How will be the loading process? Whether it will be serially or parallely?
What are default access rights in teradata? What explicit right can be given to a user?
what happen if a query fail in dispatcher?