What is the expected value if the column in an aggregator transform is neither a group by nor an aggregate expression?
Answer / ysindhureddy77@gmail.com
If we do not use an input port in group-by neither in aggregate expression, the Integration Service
will return only the last row value of the column for the input rows.
For example, if we have 100 rows coming from source then aggregator will output only the last record (100th
record)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the new features of informatica 9.x at the developer level?
What are the ETL tools available in DWH?
Which is costliest transformation? costly means occupying more memory?
Why should we use star schema in datawarehouse design?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
Can you start a session inside a batch individually?
explain abt joiner t/r?
What are the different components of powercenter?
What are the reusable transforamtions?
why we are using surogate key in real time give me explanation
After we make a folder shared can it be reversed?Why?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?