How do I find the second highest salary in employee table?

There are multiple ways to find the second highest number from a table.

  1. Using MAX

  1. Using COUNT