What are the types of tables in Teradata
Answer Posted / ravi bandi
permanent tables:
1.set---which thow out any rows that complete duplicates
2.mutiset--which allows multiple instances for same row.
temporary tables:
1.global temporary tables-- when it is created its
definition stored on data dictionary. the data will be
stored on temp space that's why data is active upto the
session ends, we can collect statistics on GTT.
2.volatile temporary tables--when it is created the
definition is stored on cache.the data will be stored in
spool space,thats why data and table defition both are
active up to session ends.you can't collect statistics on
VTT.
3.derived tables-- when we created the definition is stored
on cache.it is local to an sql query.
they are specified on a query level with an AS keyword in
an sql ststment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.
Explain vproc in teradata?
Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong
How to view every column and the columns contained in indexes in teradata?
Explain teradata architecture?
What are the different methods ot loading a dimension table? A fact table etc?
why use references rather than pointers in the public api, particularly for arguments which are modified?
What is the function of parser component in teradata?
What are normalization, first normal form, second normal form and third normal form?
Why are oltp database designs not generally a good idea for a data warehouse?
any one answer me how they can analyzing the project using data ware housing?
How do you do backup and recovery in teradata?
Where is teradata rdbms used?
What is basic teradata query language?
What is meant by a dispatcher?