source target
--------- --------
name no sal name no sal max_sal
r 10 1000 r 10 1000 3000
y 20 3000 y 20 3000 3000
Answer Posted / babu
HI James and Simha,
I think u r answer is wrong,please check once.
as per my knowledje,the query is
SELECT E.*,M.MSAL FROM TABLE_NAME E,(SELECT MAX(SAL) MSAL
FROM TABLE_NAME) M;
IF U R SOURCE IS FLATFILE,U NEED TO GO FOR BELOW MAPPING.
SQ----->TRG_TABLE
|
|---->AGG(MAX(SAL))--->TRG_TABLE(MSAL)
IN THE ABOVE DFD IS
1 SOURCE TO TARGET DIRECT MAPPING ALL COLUMNS EXCEPT
MSAL COLUMN.
2.IN THIS DFD FIND THE MAXSAL AND LINK TO IT MSAL IN
THE TARGET TABLE.
IF THERE IS ANY WRONG PLEASE CORRECT ME.
THANKS,
Babu
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the maplet?
Describe expression transformation?
How to load a Dimension ? and how to load a fact table?
Under what conditions selecting sorted input in aggregator will still not boost session performance?
Give one example for each of conditional aggregation, non-aggregate expression, and nested aggregation?
complex mapping ur project u r invlve can u explain and give real time example give me ?
can we override a native sql query within informatica? How do we do it?
What do you understand by SOA of Informatica?
What are the different types of olap? Give an example?
What is a pre-defined event and user-defined event?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What is pmcmd command?
define galaxy repository in informatica
what are the fact table & dimensional table in pharmaceutical and hospotal related products???
How does a sorter cache works?