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
Whats there in global repository
To import the flat file definition into the designer where should the flat file be placed?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
my source is junk data how will u remove that junk data by using unix please any one replay me
In informatica workflow manager, how many repositories can be created?
How do we call shell scripts from informatica?
What do you mean incremental aggregation?
What is a difference between complete, stop and abort?
what are 3 tech challenges/ common issues you face?
What is the scenario which compels informatica server to reject files?
What are the informatica performance improvement tips
Different sorts of metadata that stores in the storage facility?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is the difference between Active and Passive transformation?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.