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 the parallel data extension in teradata?

0 Answers  


What is spool space and when running a job if it reaches the maximum spool space how you solve the problem?

0 Answers  


Highlight the differences between Primary Key and Primary Index.

0 Answers  


Hi friends This is suneel and i am new to teradata. In both situvations teradata administrator and teradata sql assitant 12.0 1)How to create database in teradata and under database how to create user. 2)How to create table under that user and giving privilizes to that user. Thanks alot.

1 Answers  


1)WHAT IS THE EXACT DIFFERENCE BETWEEN TERADATA AND ORACLE? 2)MOST OF THE COMPANIES ARE USING TARA DATA FOR "DWH PROJECTS" ONLY? WHY?

6 Answers   Bank Of America, Wipro,






Comment whether bottleneck is an error or not.

0 Answers  


Explain PDE.

0 Answers  


Give a justifiable reason why Multi-load supports NUSI instead of USI.

0 Answers  


What is the particular designated level at which a LOCK is liable to be applied in Teradata?

0 Answers  


Which is more efficient group by or distinct to find duplicates?

0 Answers  


How to relege locks in fastload and multiload? example?

4 Answers   IBM,


What are teradata utilities?

0 Answers  


Categories