Select Emp_id from Emp_Table where salary = ( select max(salary) from Emp_Table where salary <(Select max(salary) from Emp_Table ))