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

Answer Posted / upali tejale

Select max(salary) from employee where salary NOT IN
(Select max(salary) from employee)

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is automation testing?

540


What do you think holds testers back to do automation? Is there a way to overcome it?

487


Explain me which web driver implementation is the fastest?

536


Explain load testing on websites?

619


Does automation testing have any disadvantages?

551






Which protocol cam be used to makw jdbc connection woth loadrunner

558


What is the different between GUI map and GUI map files?

1602


I am new to jmeter and i am working on .net application.I am recording the requests and pop up images data are not recording.can some one suggest an idea regarding this

1569


How to select an automation tool best matched for your project?

501


Where will you maintain information like url, login, password?

1436


Is automation testing a black box testing or white-box testing?

510


Any kind of test which you think should not be automated?

530


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.

1548


How do you decide which tool you have to use?

546


What are the various kinds of frameworks that can be used in software automation testing?

497