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 / sateesh

select * from empsal GROUPBY ‘monthyear’
HAVING sal>=100000.

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is workflow monitor?

589


Define sessions in informatica etl?

611


Which is the t/r that builts only single cache memory?

706


how to load rows into fact table in data warehouse

634


What is the session task and command task?

591






What is the difference between source qualifier transformations source filter to filter transformation?

574


What is an unconnected transformation?

659


Design a mapping to load the cumulative sum of salaries of employees into target table?

889


What are the new features of informatica 9.x at the developer level?

600


Why sorter is an active transformation?

744


How many dimensions are there in informatica?

623


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1744


What is informatica?

675


What is native users?

717


can we override a native sql query within informatica? How do we do it?

642