Write a query to find second highest salary of an employee.
Answer Posted / dharmaraj
SELECT max(salary) as salary FROM Employee WHERE salary <
(SELECT max(salary) FROM Employee)
| Is This Answer Correct ? | 67 Yes | 9 No |
Post New Answer View All Answers
Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com
What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.
What is the scripting standard while performing automation testing?
Explain me what is a framework and what are the frameworks available in rc?
What is the different between GUI map and GUI map files?
What is modular automation?
What is the deference between automation tools and management tools?
Do you know what is functional testing?
Explain me what kinds of annotations are used in testng?
What are the advantages of test automation?
What are Keyword and Data driven frameworks in Selenium RC
Simplify the term defect severity.
How will you automate basic “login” functionality test cases for an application?
Do you know how to check if a button is enabled on the page?
Tell us what you know about table-driven testing?