In general, how do you optimze any sql in teradata?
Answer / Kumar Pal Singh
Optimizing SQL in Teradata can be achieved through several methods:
1. Using appropriate indexes
2. Avoiding SELECT * FROM statements and instead specifying columns explicitly
3. Using sort-merge joins whenever possible
4. Limiting the amount of data returned by using WHERE clauses effectively
5. Minimizing the use of subqueries
6. Partitioning tables based on access patterns
| Is This Answer Correct ? | 0 Yes | 0 No |
can we have an unconnected lkp to lookup a DB2 record against a Teradata record?
What is use of compress in terdata?Explain?
what is identity columns in TD?
why use references rather than pointers in the public api, particularly for arguments which are modified?
Explain the teradata primary index mechanics in detail with a diagram.
Is PK concept available in Teradata. If it is how can we create Primary Key for a table in TD
we have two tables emp,dept.emp has eno,ename,sal and dept has deptno,dname.how to find maxsal of each dept wise.which join used for joining.
5 Answers Accenture, Cognizant,
write lock is compatiable with which type of lock?
Is it necessary to add? Quit statement after a bteq query when I am calling it in a unix environment?
What exactly do you know about catching in teradata?
What is SQL Assistence?please eample
what is the structure of UV table in MLOAD?