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
What is the purpose of using case expression in teradata?
While creating table my dba has fallback or no fallback in his ddl. What is that?
What is the maximum number of dml can be coded in a multiload script?
Why teradata is used?
What is a three-tier data warehouse?
What is teradata?
Explain how spool space is used.
how can we analyze the locks ?
Difference between multiload and tpump?
What is oltp?
Explain fallback in teradata?
What are the different methods ot loading a dimension table? A fact table etc?
Backup Script was blocked then you are unable to archive the data. how do you analyze it and where do you identify ?
What are the different functions performed in development phase?
If a Node is busy what are the steps you can take to avoid ?