Highlight all the modes that are present under Confidence Level.
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 are the joins in teradata?
Explain the term 'row' related to relational database management system?
What do you mean by teradata intelliflex?
In Teradata, how do we Generate Sequence?
Describe the set operators in teradata.
What are the components used in smp and massively parallel processing (mpp) machines?
What is the use of teradata system software?
how to improve the query perfoemance in teradata.with example?and how explain this in interview?please forward answer
Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table what is the use of this Golabal Temporary table ,When we create any kind table in Teradata it will show in Golabal Temporary table
What is the primary index in teradata?
In general, how do you optimze any sql in teradata?