Pergunta de entrevista da empresa FinBox

Can you explain how you would write an SQL query to find the second highest salary from an employee table?

Resposta da entrevista

Sigiloso

25 de ago. de 2025

I explained the logic using ORDER BY and LIMIT (or TOP in some databases)