Write a query to find second highest salary of an employee.
Answer Posted / amit rajput
Select Min(NetAmount) from (Select Distinct Top 9 NetAmount
from vw_im order by NetAmount desc) a
This will give you 9th highest Salary
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In what condition we cannot use automation testing for agile method ?
How to login into any site if it's showing any authentication pop-up for username and password?
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com
What is test tool?
Please explain how to perform load-testing?
Tell me what is intellij?
What are different coverages in function testing?
Explain load testing on websites?
Tell me what are pros and cons of automating tests at ui layer?
Name the frameworks that are used in software automation testing?
how to map requirements& test cases in quality center ???
Tell us what is the difference between getwindowhandles() and getwindowhandle()?
What is tree view in automation testing?
What is the difference between automation tools and management tools?