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
How teradata makes sure that there are no duplicate rows being inserted when its a set table?
What are the uses of bynets in multi-node systems?
In the Primary Index, what is the score of AMPs that are actively involved?
What are the steps involved after the disk manager passes the request?
Explain the parallel data extension in teradata?
What are the design features involved in teradata?
What is a node in teradata? Explain
What are the different design perspectives used in teradata?
How does hashing happens in teradata?
What is the difference between fastload and multiload? Which one is faster?
List out teradata data types?
What are teradata utilities?
What is the difference between teradata and basic rdbms?
What are the various indexes in teradata? How to use them? Why are they preferred?
What do you mean by teradata intelliflex?