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 object level locking ? where do appear this type of locking ?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong
how many modules are there in telecome domain?how to explain the architecture?
What is meant by a node?
What is teradata and why it is used?
What is logical data model?
Why do you get spool space errors? How do trouble-shoot them?
how can we analyze the locks ?
Explain how spool space is used.
If RDBMS is halted what will you do ?
Explain the term 'columns' related to relational database management system?
Backup Script was blocked then you are unable to archive the data. how do you analyze it and where do you identify ?
i learn teradata,it is so intersting,now i want teradata certifications ,so any 1 help me to get teradata certifications TD 12 ? email:kdcrazyy@gmail.com
Differentiate database data and data warehouse data?