Write a query to find second highest salary of an employee.

Answer Posted / mitul deshmukh

Select Salary
from Employee emp
where
2 = Select Count(Salary) from Employee emp1
Where
emp.Salary >= em1.Salary))

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the phases in automation testing life cycle?

560


What kind of tests should not be automated?

558


How could you explain the main difference between webdriver and rc?

524


WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT

1731


What you know about table-driven testing?

560






Once you identify the tool what would be your next steps?

589


What issues come up in test automation, and how do you manage them?

1994


What is the deference between automation tools and management tools?

561


What is modular automation?

571


What is ‘good code’? What is ‘good design’?

551


What is open source tool and give example?

564


Kindly let me know how to setup JMeter for functionality testing of a Web application.. The apache help doc is good but i m little confused with it... :(

1753


Tell us how could you explain the main difference between webdriver and rc?

569


I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.

1799


What is test tool?

581