8
Answers

how to get the 3rd highest salary using sql server

narasiman rao

narasiman rao

7y
5.6k
1
  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)