What are the types of tables in Teradata

Answer Posted / rajesh kumar

update on previous answer:

1.Derived table stores the derived result from a subquery.
2.It uses only spool space, so no table definition,
permission needed.
simple query eg:

select * from (select max(sal) from emp) DT (Max_sal)

answer:
derived table(DT) has Max salary and result would be

Max_sal- here subquery result is maintained in derived table
-------
25000

3. derived table auto drops after the query ends

Is This Answer Correct ?    22 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of joins are there in teradata?

543


How can we check the version of Teradata that we are using currently?

590


Highlight the points of differences between the database and user in Teradata.

588


What are differences between teradata and ansi session modes in teradata?

622


What do high confidence, low confidence and no confidence mean in explain plan?

589






What is difference between user and database in teradata?

617


If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?

1737


Hi, If anyone has TD 14 Basics dumps or study materials, please share. nirmaaal1991@gmail.com

1959


What is primary index and secondary index?

569


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

598


What is meant by a dispatcher?

563


Can you fastexport a field, which is primary key by putting equality on that key?

707


What are the 5 phases in a multiload utility?

608


How would you load a very large file in teradata in general?

564


Highlight the differences between Primary Key and Primary Index.

617