In your project what type of issues and errors you facing in Teradata
Answer / santhosh
In real-time project what type of errors and issue you faced
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the main components of teradata system?
What are the multiload utility limitations?
What is teradata?
Give some points about Teradata Viewpoint ?
A certain load is being imposed on the table and that too, every hour. The traffic in the morning is relatively low, and that of the night is very high. As per this situation, which is the most advisable utility and how is that utility supposed to be loaded?
How do you create a table with an existing structure of another table with data and with no data?
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 are the commands to make a new table, change a table and remove a table in teradata?
How do you set the session mode parameters in bteq?
Suppose i have data like 2009/12/31 555555534 ' ' Generally last 2 records are wrong format it is going to error table but i don't want load error table if any wrong format in Date column Pass "NULL" how can we do it fast load
List out some of the primary characteristics of teradata.
What do you mean by teradata sql assistant?