Write a query to find second highest salary of an employee.
Answer Posted / ajay
SELECT * FROM employee WHERE salary=(SELECT MAX(salary) FROM employee WHERE employee.salary <
(SELECT MAX(salary) FROM employee))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe some problem that you had with automating testing tool.
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
Tell us what is the alternate way to click on login button?
is there any one got offer from snapdeal?
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
Tell us what is junit? And what is junit annotation?
List out some of the automation tools which could be integrated with selenium to achieve continuous testing.
HOW CAN WINRUNNER AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
What java api is required for generating pdf reports?
What is self-referencing constraint in mainframe development?
What are the frameworks available in rc?
What is the deference between automation tools and management tools?
Explain me which web driver implementation is the fastest?
What kind of tests would you automate?