6
Answers

how to get the 3rd highest salary using sql server

  Employee table as follows

Name Salary
Ram 12000
Asif 15000
Suresh 15000
mohan 18000
Bhuva 19000
asif 25500
Pavan 34000

i want to get the third highest salary using the above Employee table.
 

Answers (6)