Loading...
Is this your company?
1.find second max salary hint using count
Anonymous
SELECT max(salary) FROM emptable WHERE salary < (SELECT max(salary) FROM emptable);
select max(Emp_Sal) from Employee a where 1 = ( select count(*) from Employee b where b.Emp_Sal > a.Emp_Sal)
select max(salary) from table where salary 1;
Stay ahead in opportunities and insider tips by following your dream companies.
Get personalised job recommendations and updates by starting your searches.
Get actionable career advice tailored to you by joining more bowls.
Check out your Company Bowl for anonymous work chats.