Write a query to find second highest salary of an employee.
Answer Posted / sisara bharat
SELECT max(salary) FROM Employee WHERE Employee.salary <
(SELECT max(salary) FROM Employee)
Plz reply if anyone having generic answer. :-)
Thanks
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In general, how do you see automation fitting into the overall process of testing?
Give some examples for defect management tools?
Simplify the term defect severity.
In Selenium how a test suit is run and report is generated.
How could you explain the main difference between webdriver and rc?
Tell me how a text written in a text field could be cleared?
what is the difference between keyword driven frame work and data driven frame work.
Name a couple of standard web function found in the function generator?
what r the diffence between QTP 8.2 & QTP9.0?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
Tell me what are pros and cons of automating tests at ui layer?
Mention a few good practices while performing automation testing.
What are the most popular tools for automation testing?
HOW CAN WINRUNNER AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
What are the different types of locks in mainframe?