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

Answer Posted / lia

select employee_name
from employee
order by salary desc
where ROWNUM=2

Is This Answer Correct ?    31 Yes 83 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell some good coding practices while automation?

642


Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^

1487


Tell me an example of the languages supported by webdriver?

680


Can the activities of test case design be automated?

1436


8. How we test web based application

1824






Does every software project need testers?

549


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

1858


What are the drawbacks of test automation?

580


Tell us which package can be imported while working with webdriver?

608


Tell me what is an absolute xpath?

530


Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines

1434


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

491


What is vendor tool and give examples?

609


What is hybrid automation?

576


Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.

1615