Write a query to find second highest salary of an employee.
Answer Posted / nilesh chaudhari
Select max(Salary) as 'Second Highest Salary' from Employee
where USdollar NOT IN
(Select max(Salary) from Employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me what criteria do you consider for automating a test?
What is the difference between continue and next sentence?
What are the frameworks available in rc?
how to write ciertification in QTP?
Why automation testing?
how to use regular expression in Test Complete Functional tool
What is junit annotation?
How to decide the tool that one should use for automation testing in their projects?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
What is a critical bug in a testing field?
Explain about basics of rational robot - ibm test automation tool?
What are the different types of scripting techniques for automation testing?
What is the major difference between Acceptance test , Functional test , Usability test and Performance test with special reference to auotomotive domain
Tell us how do you get the width of the textbox?
How the object properties will be recognised by the tool If the functions/ statements are written manually?