Display Second highest value in a Table in SQL Server
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