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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many codd's rules are satisfied by teradata database?

760


What does sleep function does in fast load?

704


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

665


How is MLOAD Client System restarted after execution?

691


What are the things to be considered while creating secondary index?

730






What is teradata?

728


How is MLOAD Teradata Server restarted after execution?

755


How many tables can you join in v2r5?

703


What are different table types used in teradata?

661


What are differences between teradata and ansi session modes in teradata?

726


What is the particular designated level at which a LOCK is liable to be applied in Teradata?

702


What do you mean by fastexport in teradata?

645


What is logical data model?

751


What do high confidence, low confidence and no confidence mean in explain plan?

698


What is the difference between teradata and basic rdbms?

640