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 / rajesh kole

SELECT MIN(Sal) FROM Employee
WHERE Sal IN
(SELECT TOP 4 Sal FROM employee ORDER BY Sal DESC)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name some of the commonly used automation testing tools that are used for functional automation.

1037


How does load testing work for websites?

1199


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

1072


Can you tell some good coding practices while automation?

1091


Tell me what is intellij?

1259


What is an automation testing framework?

1116


Elaborate the fields in bug report in automated testing

1040


How can we make one test method dependent on other using testng?

1056


What are the steps involved in the automation process ?

1331


Which is the best place to learn Loadrunner performance testing in hyderabad ?

1602


Tell us what is the difference between getwindowhandles() and getwindowhandle()?

1109


Bug report formate in bugzilla

2139


On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.

2028


Give some examples for performance test tools?

1120


What are the phases in automation testing life cycle?

1049