How to get the two max salary of an organization using MySQL Query ?

“SELECT salary_obtained FROM organization_tbl ORDER BY salary_obtained DESC LIMIT 0,2″