can we join volatile table with general table an global
temporary table with general table
?

Answers were Sorted based on User's Feedback



can we join volatile table with general table an global temporary table with general table ?..

Answer / nitin bansal

yes we can

Is This Answer Correct ?    1 Yes 0 No

can we join volatile table with general table an global temporary table with general table ?..

Answer / sri

can u pls give the syntax.....

Is This Answer Correct ?    0 Yes 0 No

can we join volatile table with general table an global temporary table with general table ?..

Answer / rkraju

yes we can join volatile to general table;
>> first we create volatile table
syntax:
create volatile table vt1(x int,y int)on commit preserve rows;
>> we can create general table
syntax:
create table t1(x int,y int,z int);
>>now we can join volatile table and general table
Eg:
select a.x,b.x from vt1 a,t1 b where a.x=b.x;

Is This Answer Correct ?    0 Yes 0 No

can we join volatile table with general table an global temporary table with general table ?..

Answer / tdguy

yes. its possible. And in TD 14.0, we can collect stats for
volatile tables also. Therefore queries need to be looked
upon for better performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Teradata Interview Questions

IBM QUESTION As all we know PE takes the SQL Request and it will give responce for that query. what is the internal process happening.how it is taking that sql from the system????? thanks in Advance

2 Answers   Cap Gemini, IBM, Infosys,


Explain the term 'columns' related to relational database management system?

0 Answers  


what is referential constraints?how do you implement RI in teradata?

2 Answers   Wipro,


What is the basic syntax for teradata select statement?

0 Answers  


What is stored procedure in teradata?

0 Answers  






What is the purpose of joins in teradata?

0 Answers  


How do you create tables? Exact syntax, and create profiles, users in teradata?

0 Answers  


How a Referential integrity is handled in Teradata?

5 Answers  


What EXPLAIN does in Teradata, what is High confidence, Low confidence and No confidence.. And How we improve the query performance .

5 Answers   Accenture,


What does sleep function does in fast load?

0 Answers  


Increasing no of amps will increase performance. Is this true?

5 Answers   Infosys,


What is a dimension table?

0 Answers  


Categories