Write a query to find second highest salary of an employee.
Answer Posted / manoj
Select max(salary) from emp where salary NOT IN (Select max
(salary) from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
What is client side validation? Write a snippet.
How to Rcognize the Objects in the Web Page Dialog Using QTP
How many test cases have you automated per day?
Simplify the term defect severity.
Mention a few good practices while performing automation testing.
Can we do automation testing without a framework? If yes, then why do we need a framework?
What are the risks associated in automation testing?
Please explain how to perform load-testing?
Tell us how can we handle web-based pop-up?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
Explain me what is a framework and what are the frameworks available in rc?
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.
Can you explain me what is object repository?
Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.