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

On what factors can you map the success of automation testing?

565


What are the risks associated in automation testing?

647


How can you create html test report from your test script?

494


How do we Test the C++ and Unix Application Using Automated Tool.

1868


In Selenium how a test suit is run and report is generated.

1960






Tell us what is the difference between getwindowhandles() and getwindowhandle()?

509


Can we do automation testing without a framework? If yes, then why do we need a framework?

706


Explain me what is testng and why is it better than junit?

518


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

2011


Explain some automation testing tools.

600


Explain what is the hybrid framework?

578


How software testing is handled?

511


how to map requirements& test cases in quality center ???

2063


What do you think holds the testers back to do automation? Is there a way to overcome it?

570


what is GDC

1741