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


Please Help Members By Posting Answers For Below Questions

Whats there in global repository

1344


To import the flat file definition into the designer where should the flat file be placed?

747


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

1846


my source is junk data how will u remove that junk data by using unix please any one replay me

3351


In informatica workflow manager, how many repositories can be created?

935






How do we call shell scripts from informatica?

665


What do you mean incremental aggregation?

716


What is a difference between complete, stop and abort?

739


what are 3 tech challenges/ common issues you face?

1980


What is the scenario which compels informatica server to reject files?

706


What are the informatica performance improvement tips

705


Different sorts of metadata that stores in the storage facility?

665


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?

1555


What is the difference between Active and Passive transformation?

736


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.

1879