narasiman rao

narasiman rao

  • NA
  • 519
  • 745.8k

how to get the 3rd highest salary using sql server

Sep 13 2017 11:55 AM
  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 (8)