Write a query to find second highest salary of an employee.
Answer Posted / lokesh kanithi
Select * from emp e where 2=(select count(Distinct(esal))
from emp where e.esal<=emp.esal)
| Is This Answer Correct ? | 27 Yes | 22 No |
Post New Answer View All Answers
What java api is required for generating pdf reports?
what is the difference between keyword driven frame work and data driven frame work.
Explain me what the webdriver supported mobile testing drivers do you know?
What are the advantages of the automation framework?
Is automation testing a black box testing or white-box testing?
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
2. How you will collect a module from the version?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
What is test automation or automation testing?
What are the various kinds of frameworks that can be used in software automation testing?
List of Test Management Tools??Is Quality Center Test Management tools
How to decide the tool that one should use for automation testing in their projects?
Tell me how a text written in a text field could be cleared?
Explain me which web driver implementation is the fastest?