Can we take collect stats on Dervied Tables and Volitable
tables,
What is Golabal Temporary table what is the use of this
Golabal Temporary table ,When we create any kind table in
Teradata it will show in Golabal Temporary table

Answers were Sorted based on User's Feedback



Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / vinay sir,dwh technologies,ame

Small correction guys for the above answers:
We can collect statitics on volatile tables in TEARADATA-13.
Just try at home.

Derived tables any way we can collect.
Volatile tables life time with in the session(Data and
Structure).
Global temporary tables life time accross sessions
(definition only).

Is This Answer Correct ?    4 Yes 0 No

Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / yuvaevergreen

No for volatile and derived tables and yes for golobal
tables. Global tables are temp tables like volatile tables
but unlike volatile tables, their definitions are retained
in dd. It is used whenever there is a need for a temporary
table with same table definition for all users.

Is This Answer Correct ?    7 Yes 5 No

Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / ankal

As Per my knowledge i am expecting this is true.Anybody got better answers plzzzz post.

No.Not possible to take collect stats on Derived Volitable because this tables structure will not store in data dictionary it will store in spool space so not possible to take collect stats on this tables.But possible to take collect stats on Global Temporary table because this table structure will store in DD(data dictionary)

Is This Answer Correct ?    2 Yes 1 No

Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / tdguy

In TD14.0, stats can be collected for volatile tables also.
GTTs are stored in temporary space and definition alone is
retained across sessions. Temporary tables are used, when
there is a need to store some aggregate results of rows for
further sql processing. It also increases the need to join
big tables.

Is This Answer Correct ?    1 Yes 0 No

Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / jai

We can take collect stats for volatile table for version
6.1.2 onwards Golabal Temporary table is usable for
particular session only the table defination is avaialble
in data dictionary and it takes space temporary

Is This Answer Correct ?    1 Yes 3 No

Can we take collect stats on Dervied Tables and Volitable tables, What is Golabal Temporary table..

Answer / humayun

yes we camn collect statistics on globaltemporary table
wher as we cant on derived and volatile because these table
will be created under spool mempory.and global tempoary
tables will be created to get the intemediate results this
table will be created and dropped as part of the query.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Teradata Interview Questions

Explain teradata architecture?

0 Answers  


Can any one plz provide the teradata interview questions?

10 Answers  


When tpump is used instead of multiload?

0 Answers  


How do you check the performance of Teradata Query and list down the basic Performance Tuning steps you use?

2 Answers   IBM,


How would you load a very large file in teradata in general? What utility would you use for it? Why?

0 Answers  


What is the use of virtual processor connectivity in teradata?

0 Answers  


There is a load to the Table every one hour and 24/7.Morning trafic is high, afternoon trafiic is less, Night trafiic is high.According to this situation which Utility you use and how do you load,which utility used?

4 Answers   IBM,


Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?

0 Answers  


What is collect State in Teradata ? what it use and how it works??

3 Answers   TCS,


1. generally how many node system will be used by the client. 2. while running mload if the job is aborted/failed at any phase what we have to look after to run the job successfully? 3.i wanted to know how to write the fastload script for table creation as well as table loading in a single script?

3 Answers  


Why Multiload and Fastload does not supports SI,JI,RI and TRIGGERS?

4 Answers  


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

0 Answers  


Categories