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
List out all forms of LOCKS that are available in Teradata.
What is oltp?
What are the commands to make a new table, change a table and remove a table in teradata?
What are the different design perspectives used in teradata?
What is difference between user and database in teradata?
how many modules are there in telecome domain?how to explain the architecture?
What are aggregate tables? How do you design them using teradata?
What are tpump utility limitations?
What is meant by a Virtual Disk?
how can we analyze the locks ?
What are the various reporting tools in the market?
What are the uses of bynets in multi-node systems?
What are the uses of client software involved in teradata?
What is partitioned primary index (ppi)?
What is meant by a Channel Driver?