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

What are types of partition primary index (ppi) in teradata?

590


How will you solve the problem that occurs during update?

587


Explain and compare pros and cons of start schemas?

547


What are normalization, first normal form, second normal form and third normal form?

629


What are the various reporting tools in the market?

618






List the logical and conditional operators that are used with teradata along with their meanings?

554


What are the main components of teradata system?

585


What is meant by a Least Cost Plan?

624


Highlight a few of the important components of Teradata?

586


how do you manage the production space. what are the proactive methods you can take ?

1477


Name the five phases that come under MultiLoad Utility.

586


Mention the procedure via which, we can run Teradata jobs in a UNIX environment.

570


What are tpump utility limitations?

597


What do you mean by caching in teradata?

609


When tpump is used instead of multiload?

630