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

IS IT POSSIBLE THAT THERE R TWO PRIMARY KEY WILL BE IN A SAME TABLE?PLZ HELP ME BY GIVING THE ANSWER.THANK U.

10 Answers  


can we load 10 millions of records into target table by using tpump?

1 Answers   HP,


any one answer me how they can analyzing the project using data ware housing?

0 Answers  


What is meant by a Parsing Engine?

0 Answers  


Highlight the need for Performance Tuning.

0 Answers  






how to delete duplicate records in multi set table without using any tables

2 Answers   Accenture, Nest, South Nests Software Solution, Spiro Solutions,


Can we Suggest as how is the process to get a job in teradata in current market??Is it easier???

1 Answers   IBM,


1.what is activity count? 2.what is skew factor? how it's working explain brefily

5 Answers   Satyam,


Difference between star and snowflake schemas?

0 Answers  


In the Primary Index, what is the score of AMPs that are actively involved?

0 Answers  


How to view every column and the columns contained in indexes in teradata?

0 Answers  


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

2 Answers   Wipro,


Categories