how 2 find out nth salary.plz write sql qurires

Answer Posted / jethva_trupti

SELECT TOP 1 salary
FROM (
SELECT DISTINCT TOP N salary
FROM dbo.empsalary
ORDER BY salary DESC) a
ORDER BY salary


where N can be any number

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, Anybody knows about Hexaware company..

1680


Can i get answers for telecom testing for eg telecom billing rating can be tested

3468


How do you scope,organise and execute a test project.

1653


test measurment techniques

1617


is it possible to do performance testing in stand alone application..how wil u do that ???????

1790






Which test cases are written first: white boxes or black boxes?

798


i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?

1591


What is a bug triage?

685


What are testing techniques? What is difference between general and specific?

1576


test cases on bangles???

2548


What is the big deal about ‘requirements’?

728


what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?

1531


what exactly is heuristic checklist approach for unit testing?

2735


Which is the best testing model?

600


What are the roles of glass-box and black-box testing tools?

1648