How do you design aggregate tables using teradata?
Answer / farheen
An aggregate table is those tables which contain the summary of the existing warehouse. It is used to save the time as retrieving data from a million of records in the actual table will take too much time. So, aggregate the tables to a certain level of dimensions and use them.
Teradata supports some aggregate functions which are:
COUNT: It is used to count the rows.
SUM: used to calculate the sum of specified columns.
MIN: To find the minimum value from specified columns.
MAX: to find the maximum value from specified columns
AVG: to calculate the average of specified columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the day to day activities of teradata DBA ?
What is the opening step in basic teradata query script?
What is meant by MATCHTAG in multiload utility?
how can i answer for question like teradat architecture in interveiw
what is the default character set in teradata,,?
How to relege locks in fastload and multiload? example?
What is the use of virtual processor connectivity in teradata?
What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?
what is DYNAMIC SQL in TD?
what are the uses of fact table and dimension table in banking project?
Can any one please provide me practical example of How to do the performance tuning in Query??
In Teradata, what is the significance of UPSERT command?