What are the types of tables in Teradata
Answer Posted / maruthi
create insert drop delete
sys sys sys sys-------------derived table
user user sys sys-------------volatile table
user user user sys--------------global temp table
user user user user-------------normal table
-->derived table will be created by system while executing sub queries
-->global temp table & volatile table has to be created by user by mentioning "global temporary table" , "volatile table" respectively in the syntax at the time of creating the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain fallback in teradata?
Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?
What are different table types used in teradata?
Highlight a few of the important components of Teradata?
What is the purpose of using case expression in teradata?
What is teradata and why it is used?
What is teradata? Also, list out some of the primary characteristics of teradata.
What is the primary index in teradata?
What is bteq utility in teradata?
Explain the most common data types used in teradata?
What is spool space? Why do you get spool space errors?
How to eliminate product joins in a teradata sql query?
What happens when a node suffers a downfall?
Explain the term 'tables' related to relational database management system?
Highlight the points of differences between the database and user in Teradata.