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...

Write a query to find second highest salary of an employee.

Answer Posted / rajkumar mandala

select sal from
(select rank() OVER (order by sal desc) sno ,sal from emp)
y
where sno= n

here
y : is the alias name for (select rank() OVER (order by sal
desc) sno ,sal from emp)
n : is the number ie if u want second highest sal then 'n'
value will be 2. for third highest n= 3...

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you achieve 100% automation?

1035


What type of scenarios can't be automated?

1201


What you know about table-driven testing?

1173


Do you know how can we make one test method dependent on other using testng?

1100


Tell me how can the user get a text of a web element?

1002


How to login into any site if it's showing any authentication pop-up for username and password?

996


What is in-house tool?

1129


Please name a couple of standard web function found in the function generator?

984


List some advantages and disadvantages of manual testing.

925


Name the frameworks that are used in software automation testing?

1024


Differentiate between hdam and hidam database?

1019


Tell me the fundamental difference between xpath and css selector?

1198


what is the dictionary objects in QTP? and what is method of vb script using virtual object wizard........

2013


Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(

2272


Is automation testing in agile methodology useful or not?

1042