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


Please Help Members By Posting Answers For Below Questions

What is deployment group?

774


What is intricate mapping?

691


How might you approve all mappings in the archive all the while?

709


What is a difference between complete, stop and abort?

741


Explain constraint based loading in informatica

748






Explain direct and indirect flat file loading (source file type) - informatica

953


How to load a Dimension ? and how to load a fact table?

1044


How many types of sessions are there in informatica.please explain them?

777


What are the different types of transformation available in informatica.

725


What is the need for an etl tool?

739


explain about unit testing? in real time?

1782


In warehouses how many schemas are there?

677


where to store informatica rejected data? How to extract the informatica rejected data?

690


What is complex mapping?

756


What is depict expression change?

707