Write a query to find second highest salary of an employee.
Answer Posted / rahul koul
Select MAX(SALARY) from EMP where SALARY NOT IN (SELCT MAX
(SALARY) from EMp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In what condition we cannot use automation testing for the agile method?
What are the various kinds of frameworks that can be used in software automation testing?
Tell me how could ajax controls be handled in webdriver?
what is the difference between keyword driven frame work and data driven frame work.
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What are the important operations in database testing?
can any one tell me the examples of white box testing
what r the diffence between QTP 8.2 & QTP9.0?
How do i startup with Remedy testing tool. Couldnot able to find any links for startup. Please help me to startup with this remedy tool.
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
Please explain what is the difference between findelement () and findelements ()?
What do you think holds testers back to do automation? Is there a way to overcome it?
Generic function for selecting a Radio Button in a Dialog
what is the difference between Batch test runner and framework ?