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 to identify ppi columns?
Highlight the need for Performance Tuning.
Can you connect multiload from ab initio?
How you will check the version of teradata?
How is MLOAD Client System restarted after execution?
What is multi insert?
Comment whether bottleneck is an error or not.
Hi, If anyone has TD 14 Basics dumps or study materials, please share. nirmaaal1991@gmail.com
Explain BYNET.
What type of indexing mechanism do we need to use for a typical data warehouse?
Highlight the points of differences between the database and user in Teradata.
Explain the term 'tables' related to relational database management system?
What do you mean by teradata intelliflex?
If a Node is busy what are the steps you can take to avoid ?
What interface is used to connect to windows based applications?