Write a query to find second highest salary of an employee.
Answer Posted / dyson
select * from employee where
salary=(select max(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....
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
Tell me what is regression testing?
Explain how to perform load-testing?
What all different approaches can be used for designing an automation solution?
what we have done after display the result in openSTA result pane.in the sense that how we send the report,what we send in report,how to know that where is error.quickly tell me the answer...please
What is test tool?
Tell me how could ajax controls be handled in webdriver?
Which test cases can be automated?
Where you have applied oops in automation framework?
Types of F/w in Automation
notice the distinction between data driven testing and retesting?
What is the difference between automation tools and management tools?
How did you use automating testing tools in your job?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,