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
Tell me what is automation testing?
What is testng and why is it better than junit?
What type of scenarios can't be automated?
Types of F/w in Automation
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain
How do you identify the test cases which are suitable for automation?
What are the advantages of manual testing and automated testing?
Tell me how can we find the value of different attributes like name, class, value of an element?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
Tell us which package can be imported while working with webdriver?
can any one tell me the examples of white box testing
What are the advantages of the automation framework?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
What are the steps involved in the automation process ?
Why do you want to keep this kind of information in a separate file and not directly in the code?