4
Answers

Display Second highest value in a Table in SQL Server

Ask a question
Bineesh  VP

Bineesh VP

11y
1.1k
1
Sir, I have a table name tbl_Employee

the contents are:-

emp.ID                     Name                        Salary

   05                         John                           5000
   08                         Rose                           4000
   10                         Mathew                       6000

I want to display emp.Id ,Name and Salary of employee whom salary is second highest in this table

please send me the SQL Query

Answers (4)