How to find Second Maximum salary drawn by the employee from Employees table. Whether is it possible to find it through ROWNUM function.
example table:
S.no Name employee_id salary
201 Steven 100 1000
202 Alexander 101 2500
203 Daniel 102 5000
204 John 103 3000
205 Ishanth 104 8000