SELECT DISTINCT salary
ORDER BY salary DESC
LIMIT M, 1
N-1
null
erDiagram Employee { int id PK int salary }