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

Answer Posted / upali tejale

Select max(salary) from employee where salary NOT IN
(Select max(salary) from employee)

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mean by ARGO testing? Can you please explain anyone

1607


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

1868


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

512


Do you know when autoit is used?

581


Tell us what is junit? And what is junit annotation?

534






What are the advantages of test automation?

583


Name the frameworks that are used in software automation testing?

542


What are the steps to perform Load and Stress testing on a Website? What resources do I need to do this? Please advise. Thanks in advance.

1544


pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?

1701


Tell us what you know about table-driven testing?

563


Describe some problem that you had with automating testing tool.

1884


Name some of the commonly used automation testing tools that are used for functional automation.

531


If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.

1477


Why do you want to keep this kind of information in a separate file and not directly in the code?

604


What are the things that one should consider for selecting a project for test automation? For example, stability, etc.

1574