Question d’entretien chez Appinventiv

3: Second highest salary ?

Réponse à la question d'entretien

Utilisateur anonyme

19 févr. 2018

Too simple if you use the sub query! SELECT MIN(EmpSalary) from ( SELECT EmpSalary from Employee ORDER BY EmpSalary DESC LIMIT 2 );

2