Write a query to find second highest salary of an employee.
Answer Posted / selvaraj
select max(salary) as salary from employee where
salary<(select max(salary) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the main differences between Loadrunner and QTP tools? Describe briefly a "real world" scenario that would make you use the first one versus the other? Thank you for your answers....
How could you explain the main difference between webdriver and rc?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
Explain me what is the difference between setspeed() and sleep() methods?
Can the activities of test case design be automated?
Tell me what criteria do you consider for automating a test?
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
What is test automation or automation testing?
2. How you will collect a module from the version?
What are the advantages of the automation framework?
What are the limitations of automating software testing?
notice the distinction between data driven testing and retesting?
Which test cases can be automated?
How will you automate basic “login” functionality test cases for an application?
Why do you want to keep this kind of information in a separate file and not directly in the code?