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

What is Join Index in TD and How it works?

6 Answers   BT, CSC, TCS,


what are the file sizes in your project?

2 Answers  


What is teradata? What are some primary characteristics of teradata?

0 Answers  


What is the diffrence between Multiload & Fastload interms of Performance?

8 Answers   Cap Gemini, Intel,


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

5 Answers   Infosys,


Hi All, I have a table with 3 fields like id,mark1,mark2 and I would like to update a mark3 field that would calculate the max for each record (so the max value of the 2 fields) in Teradata ID Mark1 Mark2 Mark3 1 10 20 2 20 30 3 40 10 4 50 50 I Have to write a update statement Mark3 with max value of mark1,mark2 fields…like bellow ID Mark1 Mark2 Mark3 1 10 20 20 2 20 30 30 3 40 10 40 4 50 50 50 Please any one help me ....Thq

3 Answers   Wipro,


Hash collision?

3 Answers   Satyam,


What do you mean by teradata intelliflex?

0 Answers  


What is the Maximum number of volatile tables that can be created?

4 Answers   Mphasis,


how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u

0 Answers  


Give some points about Teradata Viewpoint ?

3 Answers   Teradata,


What is a node in teradata? Explain

0 Answers  


Categories