Write a query to find second highest salary of an employee.
Answer Posted / p
select ename from emp where esal=(select max(esal) from emp
where esal<(select max(esal) from emp));
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
hi, I want to study TIA portla V11. where can I get online courses?
What is the different between GUI map and GUI map files?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
What is a xpath?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
What are the 5 common software development problems solutions?
What are the types of the framework used in software automation testing?
List some advantages and disadvantages of manual testing.
Explain me how do you send enter/tab keys in webdriver?
Is automation testing a black box testing or white-box testing?
Can we find all links on a web page?
5. What are the tests you are conducting through winrunner?
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.
What is Ticketing tool? Has it any other names? What is the purpose of this?
What are different coverages in function testing?