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

Answer Posted / dharmaraj

SELECT max(salary) as salary FROM Employee WHERE salary <
(SELECT max(salary) FROM Employee)

Is This Answer Correct ?    67 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.

1731


Do you know what is a data-driven framework?

573


how to use regular expression in Test Complete Functional tool

4895


How do select which automation testing tool is the best for you?

518


How to Rcognize the Objects in the Web Page Dialog Using QTP

1996






What is difference between selenium and QTP tools Which is best tool... Which is most used tool

923


What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?

564


suggest me the free online books on software testing?

1506


Can you tell some good coding practices while automation?

638


Explain about basics of rational robot - ibm test automation tool?

533


What are the different types of testing framework techniques?

532


What is Sikuli?

606


How would you test your own element locator?

529


hi, I want to study TIA portla V11. where can I get online courses?

1379


What is an automation testing framework?

570