Write a query to find second highest salary of an employee.
Answer Posted / vittal
select max(sal)from emp e1 where 2<=(select count(*) from
emp e2 where e1.sal <= e2.sal);
| Is This Answer Correct ? | 66 Yes | 38 No |
Post New Answer View All Answers
What is in-house tool?
wat would be the parameteries for ul testing for web applilcation
What COM Interfaces u r using in QTp While Connecting QC or TD? Or in QTP?Any body plz urgent...
can any one tell me the examples of white box testing
What are the steps involved in the automation process ?
Generic function for selecting a Radio Button in a Dialog
Tell me how would you test your own element locator?
Tell me what is the purpose of getoptions() method?
Mention a few good practices while performing automation testing.
What is functional and regression testing?
5. What are the tests you are conducting through winrunner?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES
What is open source tool and give example?
Which protocol cam be used to makw jdbc connection woth loadrunner
In general, how do you see automation fitting into the overall process of testing?