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 primary and backup node?
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
what are the best practices to extract data from flat file source which are bigger than 100 mb memory?
Why is sorter an active transformation?
Explain the use of aggregator cache file?
Which transformation is needed while using the Cobol sources as source definitions?
what is the size of your data warehousing?
Which means the first record should come as last record and last record should come as first record and load into the target file?
What is the function of union transformation?
Define enterprise data warehousing?
How you can differentiate between connected lookup and unconnected lookup?
What is different between the data warehouse and data mart?
Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
What do think which one is the better joiner or look up?