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 the logical and conditional operators that are used with teradata along with their meanings?
Can we collect statistics on multiple columns?
Explain the new features of teradata?
What are the different table types that are supported by teradata?
There is a column with date in it. If I want to get just month how it can be done? Can I use sub string?
Describe the between keyword in teradata?
What is the difference between fastload and multiload?
What are the frequently used data types in teradata?
What is the basic syntax for teradata select statement?
Explain fastload in teradata?
what is sysdba and sysdbc ? which has high priority ?
Explain the most common data types used in teradata?
What is a node in teradata?
What is a node in teradata? Explain
What are the functions of a teradata dba?