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 |
How do you create tables? Exact syntax, and create profiles, users in teradata?
What is the default join strategy in Teradata???
Explain teradata utilities?
What are the advantages of teradata?
if a error occured in FASTLOAD is the fastload job stops?
What are the different methods ot loading a dimension table? A fact table etc?
Can we have an unconnected lkp to lookup a db2 record against a teradata record? Doesnt seem to work. I could be wrong
How to Extract data from multiple legacy systems?
how many modules are there in telecome domain?how to explain the architecture?
What are the multiload utility limitations?
one table have input no name 10 rao 20 siva 30 srinu 10 rao i want to ouput like this way no name 20 siva 30 srinu 10 rao how it posible in only sql server query?not oracle?
What is the maximum number of dml can be coded in a multiload script?