following scenario empsal table i want who exist one lakshs
sal above monthwise?
`
empsal
empid monthyear sal
1 jan2008 1000
2 march2009 50000
3 april2009 4000
4 feb2009 100000
5 jul2009 600000
6 dec 2008 90000
Answer Posted / arpan
Select empid,monthyear,sal from empsal
where sal>100000
orderby monthyear;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the different lookup cache(s)?
Informatica Checkpoints
Briefly describe lookup transformation?
Please let me know how to make Data masking in informatica..
What is the fact table?
How to delete duplicate row using informatica?
What are the advantages of using informatica as an etl tool over teradata?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
Explain the informatica workflow?
Which means the first record should come as last record and last record should come as first record and load into the target file?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are the features of complex mapping?
What are the differences between a connected lookup and unconnected lookup?
What are the static cache and dynamic cache in informatica?
How to create or import flat file definition in to the warehouse designer?