Write a query to find second highest salary of an employee.
Answer Posted / aj.com
SELECT MAX(SALARY) FROM EMPLOYEE WHERE SALARY NOT IN (SELECT
MAX(SALARY) FROM EMPLOYEE)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can any one give information on "Content Disposition" in TEST COMPLETE automation tool? mail me to pdamarakonda@smart-bridge.co.in call me to 09849423932
what are the steps followed in unit testing, system testing, integration testing
Tell us how do you get the width of the textbox?
8. How we test web based application
What are the different types of locks in mainframe?
What should you do after finding a bug?
How could you explain the main difference between webdriver and rc?
Explain what is a relative xpath?
What kind of tests should not be automated?
Please explain what is the hybrid framework?
What is vendor tool and give examples?
Tell us how to login into any site if it's showing any authentication pop-up for username and password?
Can you tell some good coding practices while automation?
Write a short compiled module which selects random numbers?
What is keyword driven automation?