Write a query to find second highest salary of an employee.
Answer Posted / sweety spear
select *from emp e1 where &n =(select count(*) from emp
where sal >= e1.sal);
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Explain about basics of rational robot - ibm test automation tool?
Which test cases can be automated?
Can we do automation testing without a framework? If yes, then why do we need a framework?
What should you do after finding a bug?
Give some examples for performance test tools?
Tell us how to select a value in a dropdown?
how to write ciertification in QTP?
What is the scripting standard while performing automation testing?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
Tell me what kind of tests should not be automated?
Explain me what is a framework and what are the frameworks available in rc?
how to use regular expression in Test Complete Functional tool
What is the purpose of getoptions() method?