Hello,
Is there any by which I can write a SQL to get the 4th largest salary from a table without using "join" and without using "where" clause.
Suppose the table is having two columns : Employee_id, Employee_salary.
Please let me know..
I faced this question in an interview and I did not have any answer for this.
Regards,
San