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 are the components used in smp and massively parallel processing (mpp) machines?

0 Answers  


Hi frnds this question is asked at IBM One query is there when we dont collect stastics on it,exlapin will show us LOW CONFIDENCE,When we collect stastics it shows HIGH CONFIDENCE.WHAT IS THE INTERNAL ARCHITECTURE ACTUALLY GOING ON ?????ASKED ON 23-08-2012 THANKS IN ADVANCE

2 Answers   IBM,


Explain about Skew Factor?

6 Answers   TCS,


What is multi insert?

0 Answers  


How can we pass Variable in Bteq with out using shell script Is it possible or not If possible let me know how can we pass varaibale

1 Answers  






Explain how spool space is used.

0 Answers  


What is collect State in Teradata ? what it use and how it works??

3 Answers   TCS,


How to write the query . eid enm doj dob i want to display the names who worked more than 25 years .

0 Answers  


Why are oltp database designs not generally a good idea for a data warehouse?

0 Answers  


What is meant by a node?

0 Answers  


What exactly do you know about catching in teradata?

0 Answers  


Does any body has TERADATA Certification Dumps, if any body is having please let me know to summee4you@gmail.o, it is very Very URGENT to me

25 Answers   TCS,


Categories