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

Answer Posted / sirish kumar

Select max(salary)from(select salary from employee where
salary not in(select max(salary)from employee))

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Please name a couple of standard web function found in the function generator?

513


What is build verification testing, bvt?

613


Any one suggest me for Free ware (Opensource) Automation tool for regression testing.

1534


What is the different between GUI map and GUI map files?

1606


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

544






What are the advantages of test automation?

576


What factors determine the effectiveness of automation testing?

536


Give some examples for performance test tools?

605


What are the different types of locks in mainframe?

495


2. How you will collect a module from the version?

1880


How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.

1947


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

635


Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.

1510


When you will not automate testing?

558


Is automation testing a black box testing or white-box testing?

515