Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



following scenario empsal table i want who exist one lakshs sal above monthwise? ` emps..

Answer / gd

select empid,monthyear from empsal where sal>100000;

Is This Answer Correct ?    11 Yes 2 No

following scenario empsal table i want who exist one lakshs sal above monthwise? ` emps..

Answer / arpan

Select empid,monthyear,sal from empsal
where sal>100000
orderby monthyear;

Is This Answer Correct ?    2 Yes 0 No

following scenario empsal table i want who exist one lakshs sal above monthwise? ` emps..

Answer / sweta kedia

Select EMPID from EMPSAL Where MONTHYEAR IN(SELECT monthyear
from empsal
Group By monthyear
where
sal> 100000)

Is This Answer Correct ?    1 Yes 1 No

following scenario empsal table i want who exist one lakshs sal above monthwise? ` emps..

Answer / sateesh

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

Is This Answer Correct ?    0 Yes 4 No

following scenario empsal table i want who exist one lakshs sal above monthwise? ` emps..

Answer / animesh

Select EMPID from EMPSAl
Group By monthyear
where
sal> 100000

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More Informatica Interview Questions

What is the fact table?

0 Answers  


What are the challenges of Dataware housing in the future?

2 Answers   HP,


What is difference between partioning of relatonal target and partitioning of file targets?

2 Answers  


Which transformation should we use to normalize the COBOL and relational sources?

4 Answers   DELL, IBM, Lehman Brothers,


There are n numbers of flatfile of exactly same format are placed in a folder .Can we load these flatfile's data one by one to a single relational table by a single session??

9 Answers   TCS,


why we use datawarehouse

0 Answers   HCL,


Explain about Informatica server process that how it works relates to mapping variables?

0 Answers   Informatica,


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

0 Answers  


What is the sql query overwrite in source qualifier in informatica

0 Answers   Informatica,


List the transformation in informatica.

1 Answers   TCS,


suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do

0 Answers   Patni,


What is a filter transformation?

0 Answers  


Categories