Question d’entretien chez Altimetrik

1. Find second highest salary 2. Basic question related to SQL join 3. Python question to add two numbers.

Réponse à la question d'entretien

Utilisateur anonyme

8 juil. 2025

select max(salary) from employee where salary < (select max(salary) from employee)