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

please check this one .
first rank the salary coloum and then find nth heigest
salary
use rank function


select * from
(select a.*, rank()over(order by salary desc) rn from
emp_shah a)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you switch back from a frame?

1067


List out some of the automation tools which could be integrated with selenium to achieve continuous testing.

980


I want to learn the data base testing, how can I start my psactice? I already reading the books of basic for data base? If any other books that make my study simple please suggest.

2096


Tell me what databases can test director reside on?

993


Why do you want to keep this kind of information in a separate file and not directly in the code?

1036


How to decide the tool that one should use for automation testing in their projects?

1095


what r the diffence between QTP 8.2 & QTP9.0?

2162


Tell me how can we find the value of different attributes like name, class, value of an element?

1072


What are the attributes of a good framework?

1051


wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.

1959


Tell us what you know about table-driven testing?

1029


What is keyword driven automation?

1120


Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?

1018


What should you do after finding a bug?

1174


How you report bug in to bugzilla

2351